Skip to content

Commit

Permalink
Merge pull request #276 from stargate/dependabot
Browse files Browse the repository at this point in the history
Updated versions
  • Loading branch information
msmygit authored Aug 29, 2024
2 parents 2763b0e + 8680b83 commit 41dbef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.3.3
uses: JamesIves/github-pages-deploy-action@v4
with:
# ACCESS_TOKEN: # optional
token: "${{ github.token}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: "${{ secrets.PUBLISH_STARGATE_DOCS }}"
external_repository: stargate/website
Expand Down

0 comments on commit 41dbef7

Please sign in to comment.