Skip to content

Commit

Permalink
doc: Update the build process of the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
egguy committed Nov 12, 2023
1 parent f5c823d commit ae4bec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
cache: true
- name: Build pages
run: |
pdm install -G docs
pdm install -G :all
pdm run duty test
pdm run mkdocs build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit ae4bec9

Please sign in to comment.