Skip to content

Commit

Permalink
Merge pull request #2075 from gsmet/downgrade-surge
Browse files Browse the repository at this point in the history
Downgrade surge to 0.23.1
  • Loading branch information
gsmet authored Aug 11, 2024
2 parents 28109bd + 23bf510 commit 916d01d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
rm -f pr-id.txt
- name: Publishing to surge for preview
id: deploy
run: |
npm install -g surge
surge ./ --domain https://quarkus-site-pr-${PR_ID}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }}
run: npx [email protected] ./ --domain https://quarkus-site-pr-${PR_ID}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }}
env:
PR_ID: ${{ steps.pr.outputs.id }}

Expand Down

0 comments on commit 916d01d

Please sign in to comment.