Skip to content

Commit b41859f

Browse files
committed
Update Github workflow
1 parent d61c84b commit b41859f

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
name: build-docs
22

33
on:
4-
# workflow_dispatch:
5-
# inputs:
6-
# logLevel:
7-
# description: 'Log level'
8-
# Trigger the workflow on push to main & jb branch
94
push:
105
branches:
11-
- jb
6+
- dev-build
127
- master
138
pull_request:
149
branches:
@@ -45,18 +40,3 @@ jobs:
4540
with:
4641
github_token: ${{ secrets.GITHUB_TOKEN }}
4742
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-
# run: |
61-
# conda activate gmtjb
62-
# bash generate_html.bash

0 commit comments

Comments
 (0)