Skip to content

Commit

Permalink
Merge pull request #32 from gwelican/dependabot/github_actions/peacei…
Browse files Browse the repository at this point in the history
…ris/actions-gh-pages-v3.8.0

fix(deps): bump peaceiris/actions-gh-pages from v3 to v3.8.0
  • Loading branch information
gwelican committed Mar 28, 2021
2 parents 6dfbb61 + 198483e commit 021ca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: yarn run generate

- 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

0 comments on commit 021ca28

Please sign in to comment.