Skip to content

Commit

Permalink
ci(github-actions): replace env with "with" for docpublish aciton
Browse files Browse the repository at this point in the history
this has been changed since 3.0 as well
peaceiris/actions-gh-pages#123
  • Loading branch information
Lee-W authored and woile committed Apr 11, 2024
1 parent fb5f05f commit c183460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docspublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
file: 'docs/README.md'
- name: Push doc to Github Page
uses: peaceiris/actions-gh-pages@v4
env:
with:
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_branch: gh-pages
publish_dir: ./site
Expand Down

0 comments on commit c183460

Please sign in to comment.