We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61c84b commit b41859fCopy full SHA for b41859f
1 file changed
.github/workflows/build.yml
@@ -1,14 +1,9 @@
1
name: build-docs
2
3
on:
4
- # workflow_dispatch:
5
- # inputs:
6
- # logLevel:
7
- # description: 'Log level'
8
- # Trigger the workflow on push to main & jb branch
9
push:
10
branches:
11
- - jb
+ - dev-build
12
- master
13
pull_request:
14
@@ -45,18 +40,3 @@ jobs:
45
40
with:
46
41
github_token: ${{ secrets.GITHUB_TOKEN }}
47
42
publish_dir: ./docs/_build/html
48
-
49
50
- # uses: s-weigand/setup-conda@v1
51
- # with:
52
- # update-conda: true
53
- # conda-channels: conda-forge
54
- # python-version: 3.8
55
- # - name: Install dependencies
56
- # run: |
57
- # python --version
58
- # conda env create -f environment_for-building-jb.yml
59
- # - name: Build book
60
61
- # conda activate gmtjb
62
- # bash generate_html.bash
0 commit comments