Skip to content

Commit

Permalink
Remove surge.sh step
Browse files Browse the repository at this point in the history
This is no longer working for our use cases and needs to be removed. I'm setting up Netlify as a manual interim solution.
  • Loading branch information
Mrt134 authored Aug 18, 2022
1 parent 28e06b8 commit 6b4c744
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build-external-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,3 @@ jobs:

- name: Build Hugo Site
run: hugo -d public --gc --minify

- name: Preview
uses: afc163/surge-preview@v1
id: preview_step
with:
surge_token: ${{ secrets.QA_SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
dist: public
teardown: 'true'
failOnError: 'true'
build: |
echo Deploying to surge.sh
- name: Get the preview_url
run: echo "url => ${{ steps.preview_step.outputs.preview_url }}"

0 comments on commit 6b4c744

Please sign in to comment.