Skip to content

Commit

Permalink
Merge pull request #53 from bia-technologies/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/peaceiris/actions-gh-pages-4.0.0

Bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0
  • Loading branch information
theshadowco authored May 16, 2024
2 parents a17f6ce + 4d5bbd0 commit e652b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cp -R docs public/dev/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-update-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if-no-files-found: error
retention-days: 1
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: gh-pages
Expand Down

0 comments on commit e652b14

Please sign in to comment.