Skip to content

Commit

Permalink
chore: update CI/CD workflow to build documentation and deploy to Git…
Browse files Browse the repository at this point in the history
…Hub Pages
  • Loading branch information
MountainGod2 committed Oct 7, 2024
1 parent 95c3495 commit af369f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ jobs:
file: ./coverage.xml
fail_ci_if_error: true

- name: Build and deploy documentation
run: |
uv run make clean html --directory docs/
- name: Build documentation
run: uv run make clean html --directory docs/

- name: Deploy documentation to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: '${{ secrets.PERSONAL_TOKEN }}'
Expand Down

0 comments on commit af369f0

Please sign in to comment.