From b289850c75e49112b346a3e43fdafe710f07ee56 Mon Sep 17 00:00:00 2001 From: Frank Breedijk Date: Thu, 19 Oct 2023 15:24:46 +0200 Subject: [PATCH] use relative admin path --- .github/workflows/build_pages_native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pages_native.yml b/.github/workflows/build_pages_native.yml index e3cdcc19..13d11c8f 100644 --- a/.github/workflows/build_pages_native.yml +++ b/.github/workflows/build_pages_native.yml @@ -45,4 +45,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 if: ${{ github.ref == 'refs/heads/main' }} with: - folder: /admin # The folder the action should deploy. + folder: admin # The folder the action should deploy.