diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 336a918..f2bba84 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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