Skip to content

Commit 916d01d

Browse files
authored
Merge pull request #2075 from gsmet/downgrade-surge
Downgrade surge to 0.23.1
2 parents 28109bd + 23bf510 commit 916d01d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
rm -f pr-id.txt
3939
- name: Publishing to surge for preview
4040
id: deploy
41-
run: |
42-
npm install -g surge
43-
surge ./ --domain https://quarkus-site-pr-${PR_ID}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }}
41+
run: npx [email protected] ./ --domain https://quarkus-site-pr-${PR_ID}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }}
4442
env:
4543
PR_ID: ${{ steps.pr.outputs.id }}
4644

0 commit comments

Comments
 (0)