Skip to content

Commit

Permalink
subsubfolder
Browse files Browse the repository at this point in the history
scottyhq committed Jun 20, 2024
1 parent 3e607ce commit 40a4e27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployonly.yml
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ jobs:
with:
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}
path: artifact
# name: my-other-artifact
# github-token: ${{ secrets.GH_PAT }} # token with actions:read permissions on target repo
# repository: actions/toolkit
@@ -54,5 +55,5 @@ jobs:
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
build: echo 'Uploading html/ folder contents to Surge.sh...'
dist: html
dist: artifact/html
failOnError: true

0 comments on commit 40a4e27

Please sign in to comment.