From ad961df8cd4052daf2ec96fbcb2593115e9adf60 Mon Sep 17 00:00:00 2001 From: csaben Date: Wed, 10 Apr 2024 17:51:11 -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 98e4555..725db6a 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.GITHUB_TOKEN }} + github_token: ${{ secrets.HYDRAX_PAT }} publish_dir: ./site # Adjust if your site directory is elsewhere