Skip to content

Commit

Permalink
chore(deps): update jamesives/github-pages-deploy-action action to v4…
Browse files Browse the repository at this point in the history
….6.3
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent f9becd4 commit 5e56ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
echo "VERSION=$(node -pe "require('./package.json').version")" >> $GITHUB_ENV
- name: Deploy (to docs/v${{ env.VERSION }}) 🚀
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: docs
target-folder: docs/v${{ env.VERSION }}

- name: Deploy (to docs/latest) 🚀
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: npm run generate-docs

- name: Deploy (to docs/master) 🚀
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].3
with:
branch: gh-pages
folder: docs
Expand Down

0 comments on commit 5e56ddc

Please sign in to comment.