Skip to content

Commit

Permalink
Fix base
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpita-Jaiswal committed Aug 12, 2024
1 parent cdb870b commit e235577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e235577

Please sign in to comment.