Skip to content

Commit 39e2e59

Browse files
authored
Remove surge.sh step
This is no longer functional for PR previews and needs to be replaced with an alternative.
1 parent 6b4c744 commit 39e2e59

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build-internal-contrib.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,3 @@ jobs:
3838

3939
- name: Build Hugo Site
4040
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

Comments
 (0)