Skip to content

Update from copier (2025-08-17T05:02:23) #20

Update from copier (2025-08-17T05:02:23)

Update from copier (2025-08-17T05:02:23) #20

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions-ext/python/setup@main
<<<<<<< before updating

Check failure on line 16 in .github/workflows/docs.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
- run: |
sudo apt-get update
sudo apt-get install -y libldap2-dev libssl-dev libsasl2-dev
- run: uv pip install .
=======
- run: uv pip install .[develop]
>>>>>>> after updating
- run: uv pip install yardang
- run: yardang build
- uses: peaceiris/actions-gh-pages@v4
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/html