We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49545f3 commit bc45351Copy full SHA for bc45351
.github/workflows/build_workflow.yml
@@ -10,31 +10,7 @@ on:
10
workflow_dispatch:
11
12
jobs:
13
- update-conda:
14
- if: ${{ github.event_name != 'push' }}
15
- runs-on: ubuntu-latest
16
- defaults:
17
- run:
18
- shell: bash -l {0}
19
- timeout-minutes: 5
20
- steps:
21
- - uses: actions/checkout@v2
22
- with:
23
- persist-credentials: false
24
- fetch-depth: 0
25
-
26
- - name: Cache Conda
27
- uses: actions/cache@v4
28
- env:
29
- # Increase this value to reset cache if conda-env/docs.yml has not changed in the workflow
30
- CACHE_NUMBER: 0
31
32
- path: ~/conda_pkgs_dir
33
- key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{
34
- hashFiles('conda-env/docs.yml') }}
35
36
publish-docs:
37
- if: ${{ github.event_name == 'push' }}
38
runs-on: ubuntu-latest
39
defaults:
40
run:
0 commit comments