From 5e640764a3f974812c28c3b342559ea477a5ed49 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Mon, 31 Mar 2025 18:44:50 -0400 Subject: [PATCH] undo change to main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 43eab59..914fb39 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: uses: shalzz/zola-deploy-action@master env: # Target branch - PAGES_BRANCH: main + PAGES_BRANCH: gh-pages # Provide personal access token #TOKEN: ${{ secrets.TOKEN }} # Or if publishing to the same repo, use the automatic token