Skip to content

Commit

Permalink
Add check for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz committed Jan 10, 2025
1 parent 65da65e commit a69f296
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/master-publish-gh-pages-and-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ jobs:
with:
token: '${{ secrets.NPM_TOKEN }}'
dry-run: true
- name: Check contents
run: |
ls
ls ./dist

0 comments on commit a69f296

Please sign in to comment.