Skip to content

Commit

Permalink
Merge pull request #2 from harshdoesdev/main
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu authored Sep 19, 2023
2 parents 4051712 + 0b521b6 commit 15bde83
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 @@ -23,7 +23,7 @@ jobs:
continue-on-error: false
run: |
echo "Using '$CI_REPOSITORY_NAME_SLUG/' as the base while building"
fastn build
fastn build --edition=2023
- name: copy CNAME
run: '(test -f CNAME && cp CNAME .build) || echo "CNAME does not exist, skipping step"'
- name: Deploy
Expand Down

0 comments on commit 15bde83

Please sign in to comment.