Skip to content

Commit be2a76c

Browse files
authored
docs deploy, use with instead of env (#365)
1 parent e4cbca1 commit be2a76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
npm run docs
3434
- name: Release to GitHub Pages
3535
uses: peaceiris/actions-gh-pages@v3
36-
env:
36+
with:
3737
github_token: ${{ secrets.GH_AUTH_TOKEN }}
3838
publish_dir: dist/docs

0 commit comments

Comments
 (0)