Skip to content

Commit

Permalink
chore(deps): bump the deps group with 2 updates (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 67d0816 commit 9b41bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:

- name: Upload Pages artifact
if: github.event_name == 'push'
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: book

- name: Deploy to GitHub Pages
if: github.event_name == 'push'
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 9b41bb1

Please sign in to comment.