Skip to content

Commit

Permalink
chores: update gh deploy workflow version
Browse files Browse the repository at this point in the history
* update JamesIves/github-pages-deploy-action to v4.2.2

* update JamesIves/github-pages-deploy-action to v4.2.2
  • Loading branch information
icaraps committed Jan 31, 2022
1 parent 5201d96 commit 85fb27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
run: npm run semantic-release
- name: Publish documentation to github pages
uses: JamesIves/github-pages-deploy-action@3.5.9
uses: JamesIves/github-pages-deploy-action@v4.2.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand Down

0 comments on commit 85fb27e

Please sign in to comment.