Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdoesdev authored Feb 7, 2024
1 parent eb40ff0 commit 9a61833
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 @@ -19,7 +19,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 9a61833

Please sign in to comment.