Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JabX committed Jan 23, 2025
1 parent 694bd2a commit a0ff125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-and-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ jobs:
run: npm run docs-build

- name: upload
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: docs

- name: deploy
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
with:
token: ${{ github.token }}

0 comments on commit a0ff125

Please sign in to comment.