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