Skip to content

Commit

Permalink
Merge pull request #22 from cto-af/permissions
Browse files Browse the repository at this point in the history
Fix publish file format
  • Loading branch information
hildjj authored Sep 9, 2024
2 parents 02d65cc + 999d4ad commit 2d9da55
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 2d9da55

Please sign in to comment.