Skip to content

Commit

Permalink
Dynamically build Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AcerP-py authored Sep 19, 2024
1 parent 1546a8f commit 5e47654
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
ref: "release/0.1"
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build Docs
run: |
cd docs && make html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 5e47654

Please sign in to comment.