From 4039bcda3d692b89df0a3ed0a0dbe67c0cfcca76 Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Tue, 10 Oct 2023 11:23:32 +0530 Subject: [PATCH] changed edition 0.3 -> 0.4 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ed64008..efd2327 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,10 +18,10 @@ jobs: run: | echo "Using '$CI_REPOSITORY_NAME_SLUG/' as the base while building" # To deploy the website using GitHub Pages, use the below command - fastn build --base=/$CI_REPOSITORY_NAME/ + fastn build --edition=2023 --base=/$CI_REPOSITORY_NAME/ # 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 --edition=2023 --base=/ - name: copy CNAME if found run: '(test -f CNAME && cp CNAME .build) || echo "CNAME does not exist, skipping step"' - uses: peaceiris/actions-gh-pages@v3