Skip to content

Commit

Permalink
Merge pull request #3 from harshdoesdev/main
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu authored Sep 19, 2023
2 parents 15bde83 + 2c4651c commit 3c7a43f
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 @@ -17,7 +17,7 @@ jobs:
- name: Install fastn
id: install_fastn
continue-on-error: false
run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/ftd-lang/fastn/main/install.sh)"
run: source <(curl -fsSL https://fastn.com/install.sh)
- name: Build the pages with fastn
id: build
continue-on-error: false
Expand Down

0 comments on commit 3c7a43f

Please sign in to comment.