Skip to content

Commit

Permalink
Fix publish file format
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Sep 9, 2024
1 parent 02d65cc commit 999d4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v4
with:
github_token: $\{{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs
publish_branch: gh-pages
- run: npm publish --access public --provenance
Expand Down

0 comments on commit 999d4ad

Please sign in to comment.