Skip to content

Commit

Permalink
Show generated public files
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 13, 2024
1 parent a34f0fb commit b88b08a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: build-artifacts
runs-on: ubuntu-latest
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
group: "${{ github.workflow }}-${{ github.ref }}-${{ inputs.publish_gh_pages }}"
env:
DTC_HEADLESS: true
steps:
Expand Down Expand Up @@ -100,6 +100,12 @@ jobs:
name: github-pages
path: public

- name: Show Contents of public
run: |
env | sort
pwd
find * -ls
- name: Cache Netlify CLI
uses: actions/cache@v4
with:
Expand Down

0 comments on commit b88b08a

Please sign in to comment.