Skip to content

Commit

Permalink
chore: update deploy.yaml to list files created
Browse files Browse the repository at this point in the history
  • Loading branch information
sarensw authored Feb 7, 2024
1 parent ff5b27e commit 6650b8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
run: npm install
- name: Build
run: npm run build
- name: List Files
# You may pin to the exact commit or the version.
# uses: mirko-felice/list-files-action@790c9737b7acae4a47b6afc896fc603780f16b5d
uses: mirko-felice/list-files-action@v3.0.5
with:
path: dist
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 6650b8a

Please sign in to comment.