We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5dcdc7 commit 27cf8c9Copy full SHA for 27cf8c9
1 file changed
.github/workflows/deploy-docs.yml
@@ -18,10 +18,6 @@ jobs:
18
- name: Build environment
19
shell: bash -l {0}
20
run: |
21
- conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
22
- conda update --quiet conda
23
- conda config --add channels conda-forge --force
24
- conda config --set channel_priority strict
25
conda create --name OHW-site -c conda-forge rb-bundler compilers
26
source activate OHW-site
27
bundle install
@@ -38,4 +34,4 @@ jobs:
38
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
35
BRANCH: gh-pages
40
36
FOLDER: _site
41
- CLEAN: false
37
+ CLEAN: false
0 commit comments