Skip to content

Commit 7184ca0

Browse files
committed
save build folder as an artifact
1 parent 29e7a3f commit 7184ca0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
publish_dir: _build/html/
4545
# cname: python.quantecon.org
46+
- name: Upload "_build" folder (cache)
47+
uses: actions/upload-artifact@v2
48+
with:
49+
name: build-cache
50+
path: _build
4651
# - name: Prepare lecture-python.notebooks sync
4752
# shell: bash -l {0}
4853
# run: |

0 commit comments

Comments
 (0)