From 11143cdfe547103375b9c2576630698b4cd00480 Mon Sep 17 00:00:00 2001 From: csaben Date: Wed, 10 Apr 2024 17:46:07 -0400 Subject: [PATCH] test workflow for deploying to pages --- .github/workflows/deploy_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 104796b..98e4555 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -35,5 +35,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site # Adjust if your site directory is elsewhere