We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02d3b8 commit ebdd0e8Copy full SHA for ebdd0e8
.github/workflows/deploy-docs.yml
@@ -1,8 +1,11 @@
1
name: Build and Deploy Docs
2
on:
3
push:
4
- branches:
5
- - master
+ # branches:
+ # - master
6
+ # pull_request:
7
+ # branches: [ master ]
8
+
9
jobs:
10
build-and-deploy-docs:
11
runs-on: ubuntu-latest
@@ -22,8 +25,8 @@ jobs:
22
25
- name: Build docs
23
26
run: npm run docs
24
27
- - name: Deploy docs
- uses: JamesIves/github-pages-deploy-action@v4.4.3
- with:
28
- branch: gh-pages # The branch the action should deploy to.
29
- folder: docs # The folder the action should deploy.
+ # - name: Deploy docs
+ # uses: JamesIves/github-pages-deploy-action@v4.4.3
30
+ # with:
31
+ # branch: gh-pages # The branch the action should deploy to.
32
+ # folder: docs # The folder the action should deploy.
0 commit comments