From 49abd0d1f867336e7a2a41f00a2b09952fcb40ff Mon Sep 17 00:00:00 2001 From: user0x42 Date: Thu, 27 Feb 2025 05:23:09 +0000 Subject: [PATCH] Update .github/workflows/build-site.yml --- .github/workflows/build-site.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index a979a8d..1d94e13 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -1,5 +1,5 @@ on: push -name: Build and deploy GH Pages +name: build and deploy jobs: build: runs-on: ubuntu-latest @@ -8,7 +8,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - name: build_and_deploy - uses: shalzz/zola-deploy-action@master + uses: github.com/shalzz/zola-deploy-action@master env: - PAGES_BRANCH: gh-pages - TOKEN: ${{ secrets.GITHUB_TOKEN }} + PAGES_BRANCH: web + TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file