Skip to content

Commit

Permalink
Merge branch 'main' into scottyhq-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored Jun 20, 2024
2 parents 0aac0be + 6c1b4dd commit 1a12065
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/surgedeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency:

jobs:
preview:
# environment: SurgePreviewPR
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -35,8 +36,10 @@ jobs:
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
dist: book/_build/html
teardown: 'true'
build: npm install -g surge
teardown: true
failOnError: true
# website already built in previous step, just list existing folder
build: echo 'skipping website build'

- name: Format preview url
id: format_url
Expand Down

0 comments on commit 1a12065

Please sign in to comment.