From 72fedd225ead8e61ff3d767523f644063cd57e63 Mon Sep 17 00:00:00 2001 From: oddish3 Date: Fri, 7 Feb 2025 12:13:00 +0000 Subject: [PATCH] update repo --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4fbfd1e..be16f1a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,4 +38,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages # Deploy to the gh-pages branch - folder: _site # Output folder from Quarto render \ No newline at end of file + folder: _site # Output folder from Quarto render + token: ${{ secrets.ACTIONS_DEPLOY_KEY }}