Skip to content

Commit

Permalink
ci: add debug logs in surge-upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Apr 17, 2024
1 parent 4c7bf5a commit 8b826fe
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 8b826fe

Please sign in to comment.