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 8a6cd3a commit 0c7b8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 All @@ -34,4 +34,4 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.build
publish_dir: ./.build

0 comments on commit 0c7b8e2

Please sign in to comment.