From 8a869450ec4d60f49f7ba79bf141c93c76f4f27f Mon Sep 17 00:00:00 2001 From: samaradel Date: Mon, 25 Jul 2022 15:51:37 +0200 Subject: [PATCH] test script --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f0b34c176..874d37bf2 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -12,6 +12,7 @@ jobs: uses: shalzz/zola-deploy-action@v0.14.1 env: # Target branch + PATH_PREFIX: ${{ github.event.repository.name }} PAGES_BRANCH: gh-pages # Provide personal access token TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file