Skip to content

Commit 6d635ea

Browse files
committed
wip
1 parent 2e267ff commit 6d635ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-signals-example-to-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
working-directory: packages/signals/signals-example
3434
run: |
3535
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
36-
yarn deploy
36+
npx gh-pages -d dist -s public/index.html
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)