Skip to content

Commit

Permalink
Add thx docs step
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed Apr 20, 2024
1 parent c52bdcb commit 79dc551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/configure-pages@v4

- name: Build the docs
run: scons docs
run: thx docs

- name: Upload the artifacts
uses: actions/upload-pages-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .trufflehog3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ exclude:
- .mypy_cache
- .pytest_cache
- .thx
- docs/dist
- yarn-error.log
- yarn.lock
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME = Miniscons
PROJECT_NUMBER = 0.8.1
PROJECT_NUMBER = 0.9.0
PROJECT_BRIEF = SCons builders.

INPUT = src docs README.md
Expand Down

0 comments on commit 79dc551

Please sign in to comment.