Skip to content

Commit 79fc514

Browse files
committed
configure ci to autodeploy docs
1 parent be5abf9 commit 79fc514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: codecov/codecov-action@v5
3333

3434
build-demo:
35-
needs: test
35+
# needs: test
3636
if: github.ref == 'refs/heads/master'
3737
runs-on: ubuntu-latest
3838
steps:
@@ -58,7 +58,7 @@ jobs:
5858
path: docs-src/dist/browser/
5959

6060
deploy-demo:
61-
# needs: build-demo
61+
needs: build-demo
6262
if: github.ref == 'refs/heads/master'
6363
permissions:
6464
pages: write # to deploy to Pages

0 commit comments

Comments
 (0)