Skip to content

Commit

Permalink
use default path
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Jun 20, 2024
1 parent f3cec41 commit 3e607ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deployonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
with:
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}
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 +38,7 @@ jobs:
run: |
pwd
ls -lh
ls test
ls test/*
ls *
du -sh *
# - name: download dist artifact
Expand All @@ -56,5 +54,5 @@ jobs:
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
build: echo 'Uploading html/ folder contents to Surge.sh...'
dist: test
dist: html
failOnError: true

0 comments on commit 3e607ce

Please sign in to comment.