We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b350de commit 456c621Copy full SHA for 456c621
1 file changed
.github/workflows/deploy-docs.yml
@@ -1,6 +1,6 @@
1
name: Build and Deploy docs
2
3
-on: [push]
+on: [push, pull_request]
4
5
jobs:
6
build-docs:
@@ -18,14 +18,14 @@ jobs:
18
- name: Build environment
19
shell: bash -l {0}
20
run: |
21
- conda create --name IOOS --file .binder/conda-linux-64.lock
22
- source activate IOOS
+ conda create --name OHW-site --file .binder/conda-linux-64.lock
+ source activate OHW-site
23
conda install rb-bundler compilers
24
bundle install
25
- name: Build documentation
26
27
28
29
bundle exec jekyll build --verbose
30
31
- name: Deploy
0 commit comments