File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# https://jupyterbook.org/en/stable/publish/gh-pages.html
3
3
4
- name : quarto-pages
4
+ name : deploy
5
5
6
6
on :
7
7
push :
@@ -68,17 +68,15 @@ jobs:
68
68
# RENDER WEBSITE CONTENTS TO DOCS/_BUILD
69
69
- name : Build the book
70
70
run : |
71
- quarto render docs/
72
- # continue-on-error: true # for diagnosing build issue related to image file
71
+ quarto render docs/ --to html
73
72
74
73
#
75
74
# GITHUB PAGES STUFF
76
75
#
77
76
78
77
# UPLOAD CONTENTS OF DOCS/_BUILD
79
- # bump version. see: https://github.com/orgs/community/discussions/152695
80
78
- name : Upload artifact
81
- uses : actions/upload-pages-artifact@v3
79
+ uses : actions/upload-pages-artifact@v4
82
80
with :
83
81
path : " docs/_build"
84
82
Original file line number Diff line number Diff line change 3
3
4
4
.jupyter_cache
5
5
6
- # HTML files:
6
+ # rendered files:
7
7
docs /.quarto
8
8
docs /_build
9
9
10
10
# half-way built files:
11
11
** /** /* _files /
12
12
** /** /* .html
13
+ site_libs
13
14
14
15
# pdf generation artifacts:
15
16
index.aux
You can’t perform that action at this time.
0 commit comments