Skip to content

Commit

Permalink
Downgrade surge to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 11, 2024
1 parent 28109bd commit 23bf510
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 23bf510

Please sign in to comment.