Skip to content

Commit

Permalink
modify publish-docs github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bkp7 committed Nov 19, 2023
1 parent 473cb7e commit 5fd818d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run docs
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v2
with:
name: docs
path: ./docs
Expand Down

0 comments on commit 5fd818d

Please sign in to comment.