Skip to content

Commit c183460

Browse files
Lee-Wwoile
authored andcommitted
ci(github-actions): replace env with "with" for docpublish aciton
this has been changed since 3.0 as well peaceiris/actions-gh-pages#123
1 parent fb5f05f commit c183460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docspublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
file: 'docs/README.md'
3333
- name: Push doc to Github Page
3434
uses: peaceiris/actions-gh-pages@v4
35-
env:
35+
with:
3636
personal_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3737
publish_branch: gh-pages
3838
publish_dir: ./site

0 commit comments

Comments
 (0)