diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 54b754e..ab542e0 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -8,7 +8,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - name: build_and_deploy - uses: github.com/shalzz/zola-deploy-action@master + uses: https://github.com/shalzz/zola-deploy-action@master env: PAGES_BRANCH: web TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file