Skip to content

Commit

Permalink
ci: update GH Pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov committed Jun 7, 2024
1 parent 3da720a commit f457600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: npm ci
- run: npm run build
- run: mkdir -p ./examples
- run: cp -r dist/ examples/dist
#- run: cp -r dist/ examples/dist

- name: deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit f457600

Please sign in to comment.