Skip to content

Commit 30315df

Browse files
authored
add in cached _build folder due to plotly bug (#86)
1 parent 8ef3811 commit 30315df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
- name: Display Pip Versions
3737
shell: bash -l {0}
3838
run: pip list
39+
- name: Download "build" folder (cache)
40+
uses: dawidd6/action-download-artifact@v2
41+
with:
42+
workflow: cache.yml
43+
branch: main
44+
name: build-cache
45+
path: _build
3946
# Build Assets (Download Notebooks and PDF via LaTeX)
4047
# - name: Build PDF from LaTeX
4148
# shell: bash -l {0}

0 commit comments

Comments
 (0)