Skip to content

Commit

Permalink
build: updated documation build action in ci-cd.yml to ensure all fil…
Browse files Browse the repository at this point in the history
…es are updated
  • Loading branch information
MountainGod2 committed Mar 31, 2024
1 parent 3f7241f commit 9d679ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
slug: MountainGod2/chaturbate_poller

- name: Build documentation
run: poetry run make html --directory docs/
run: poetry run make clean html --directory docs/

- name: Upload documentation to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 9d679ed

Please sign in to comment.