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.
1 parent 6b4c744 commit 39e2e59Copy full SHA for 39e2e59
.github/workflows/build-internal-contrib.yml
@@ -38,19 +38,3 @@ jobs:
38
39
- name: Build Hugo Site
40
run: hugo -d public --gc --minify
41
-
42
- - name: Preview
43
- uses: afc163/surge-preview@v1
44
- id: preview_step
45
- with:
46
- surge_token: ${{ secrets.QA_SURGE_TOKEN }}
47
- github_token: ${{ secrets.GITHUB_TOKEN }}
48
- dist: public
49
- # teardown option remove the PR surge.sh after the PR is merged
50
- teardown: 'false'
51
- failOnError: 'true'
52
- build: |
53
- echo Deploying to surge.sh
54
55
- - name: Get the preview_url
56
- run: echo "url => ${{ steps.preview_step.outputs.preview_url }}"
0 commit comments