From e235577c948f71d80900a2240092ea387e3d6f5d Mon Sep 17 00:00:00 2001 From: Arpita-Jaiswal Date: Mon, 12 Aug 2024 16:36:31 +0530 Subject: [PATCH] Fix base --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 04772974..f9b3df0f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: # To deploy the website using Custom Domain, use the below command and comment # out the above command when deploying through GitHub Pages # fastn build --base=/ - fastn build --base=/ --zip-url=https://codeload.github.com/fifthtry/ui/zip/refs/heads/main + fastn build --base=/$CI_REPOSITORY_NAME/ --zip-url=https://codeload.github.com/fifthtry/ui/zip/refs/heads/main - name: copy CNAME if found run: '(test -f CNAME && cp CNAME .build) || echo "CNAME does not exist, skipping step"' - name: Deploy to GitHub Pages