From 999d4adf8ca7ee9f997ea152a5bff1cb462cae3c Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Mon, 9 Sep 2024 10:47:45 -0600 Subject: [PATCH] Fix publish file format --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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