We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28109bd + 23bf510 commit 916d01dCopy full SHA for 916d01d
.github/workflows/preview.yml
@@ -38,9 +38,7 @@ jobs:
38
rm -f pr-id.txt
39
- name: Publishing to surge for preview
40
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 }}
+ run: npx [email protected] ./ --domain https://quarkus-site-pr-${PR_ID}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }}
44
env:
45
PR_ID: ${{ steps.pr.outputs.id }}
46
0 commit comments