Skip to content

Commit

Permalink
Merge branch 'master' into refactor/dedicated_static_content_to_check…
Browse files Browse the repository at this point in the history
…_surge
  • Loading branch information
tbouffard committed Apr 17, 2024
2 parents 4c7bf5a + 770708e commit 10ce2e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/surge-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
path: site/
- name: Debug step
run: |
echo "${{github.event.payload.workflow_run}}"
echo "workflow_run: ${{github.event.workflow_run}}"
echo "workflow_run.head_sha: ${{github.event.workflow_run.head_sha}}"
- name: deploy to Surge
uses: afc163/surge-preview@v1
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
build: echo done
dist: site
dist: site

0 comments on commit 10ce2e4

Please sign in to comment.