Skip to content

Commit

Permalink
Merge branch 'main' into removepages
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored Jun 20, 2024
2 parents 98184f7 + e512911 commit 2e7244b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}
path: html
# name: my-other-artifact
# github-token: ${{ secrets.GH_PAT }} # token with actions:read permissions on target repo
# repository: actions/toolkit
Expand All @@ -37,7 +38,8 @@ jobs:
- name: List directory contents
run: |
pwd
ls -ltrh *
ls -lh
ls html
du -sh *
# - name: download dist artifact
Expand Down

0 comments on commit 2e7244b

Please sign in to comment.