Skip to content

Commit 6306533

Browse files
committed
ci: debug - see if it works
1 parent 72d2ec1 commit 6306533

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.github/workflows/deploy-docs.yml

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Build and Deploy Docs
22
on:
33
push:
4-
branches:
5-
- master
4+
# branches:
5+
# - master
6+
# pull_request:
7+
# branches: [ master ]
8+
69
jobs:
710
build-and-deploy-docs:
811
runs-on: ubuntu-latest
@@ -22,8 +25,8 @@ jobs:
2225
- name: Build docs
2326
run: npm run docs
2427

25-
- name: Deploy docs
26-
uses: JamesIves/[email protected]
27-
with:
28-
branch: gh-pages # The branch the action should deploy to.
29-
folder: docs # The folder the action should deploy.
28+
# - name: Deploy docs
29+
# uses: JamesIves/[email protected]
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

Comments
 (0)