diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b050d76..0c3acd2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -34,4 +34,4 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./.build \ No newline at end of file + publish_dir: ./.build