From 8a8d1bd4969c9462d5b996b7afe736882c2da513 Mon Sep 17 00:00:00 2001 From: user0x42 Date: Thu, 27 Feb 2025 05:33:56 +0000 Subject: [PATCH] Update .github/workflows/build-site.yml --- .github/workflows/build-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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