Skip to content

Commit

Permalink
Merge pull request #330 from a01sa01to/dependabot/github_actions/peac…
Browse files Browse the repository at this point in the history
…eiris/actions-gh-pages-3.8.0

Upgrade: Bump peaceiris/actions-gh-pages from 3 to 3.8.0
  • Loading branch information
a01sa01to authored May 12, 2021
2 parents a56cf4a + 963b1ad commit 014e3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
yarn run generate:deploy --fail-on-page-error
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v3.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: yarn run generate:dev --fail-on-page-error

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v3.8.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
Expand Down

0 comments on commit 014e3dc

Please sign in to comment.