Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Mar 16, 2021
1 parent b90f7aa commit ecfdbf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
${{ env.CACHE_EPOCH }}-${{ runner.os }}-conda-
- name: cache (node_modules)
uses: actions/cache@vs
uses: actions/cache@v2
with:
path: node_modules
key: |
Expand All @@ -57,6 +57,7 @@ jobs:
- name: publish (reports)
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: jupyter-starters reports ${{ github.run_number }}
path: |
Expand All @@ -65,6 +66,7 @@ jobs:
build/utest
- name: publish (docs)
uses: actions/upload-artifact@v2
with:
name: jupyter-starters docs ${{ github.run_number }}
path: |
Expand Down

0 comments on commit ecfdbf4

Please sign in to comment.