Skip to content

Commit

Permalink
Merge branch 'main' into surge-test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored Jun 20, 2024
2 parents e77d357 + f3cec41 commit 55a1bce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deployonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}
path: html
path: test
# name: my-other-artifact
# github-token: ${{ secrets.GH_PAT }} # token with actions:read permissions on target repo
# repository: actions/toolkit
Expand All @@ -39,8 +39,8 @@ jobs:
run: |
pwd
ls -lh
ls html
ls html/*
ls test
ls test/*
du -sh *
# - name: download dist artifact
Expand All @@ -56,5 +56,5 @@ jobs:
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
build: echo 'Uploading html/ folder contents to Surge.sh...'
dist: html/
dist: test
failOnError: true

0 comments on commit 55a1bce

Please sign in to comment.