Skip to content

Commit

Permalink
Try and fix github actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
khdlr committed Mar 25, 2024
1 parent 6d2c184 commit 4173f67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
# Generate your TypeDoc documentation
- run: yarn docs
# https://github.com/actions/upload-pages-artifact
- run: tar cfz github-pages ./docs
- uses: actions/upload-pages-artifact@v3
with:
path: ./docs # This should be your TypeDoc "out" path.

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4173f67

Please sign in to comment.