Skip to content

testing readthedocs sitemap #6

testing readthedocs sitemap

testing readthedocs sitemap #6

Workflow file for this run

name: Build Documentation
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs
- name: Build documentation
run: |
mkdocs build
ls -la
pwd
- name: llms-txt-action
uses: demodrive-ai/llms-txt-action@cec393cc3759c403d349253aeec01192a4310554
- name: Deploy to Github
run : mkdocs gh-deploy --dirty