From fd40a2a512142bd9fec89e2fa1b6d34a1da7e317 Mon Sep 17 00:00:00 2001 From: tac0turtle Date: Wed, 21 Jan 2026 21:10:37 +0100 Subject: [PATCH 1/2] test deploy --- .github/workflows/docs_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 2b00f6496..41f2b0ed6 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -9,6 +9,7 @@ on: branches: [main] paths: - "docs/**" + pull_request: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -46,6 +47,6 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 with: - github_token: ${{ secrets.DOCS_DEPLOY_TOKEN }} + github_token: ${{ secrets.PAT_DOCS }} publish_dir: ./docs/.vitepress/dist cname: ev.xyz From 8e4d129e74e6c8242d86fe577bca9d882895b34e Mon Sep 17 00:00:00 2001 From: tac0turtle Date: Wed, 21 Jan 2026 21:12:32 +0100 Subject: [PATCH 2/2] remove test --- .github/workflows/docs_deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 41f2b0ed6..be340dd1a 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -9,7 +9,6 @@ on: branches: [main] paths: - "docs/**" - pull_request: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: