File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -31,24 +31,17 @@ jobs:
3131 run : |
3232 jupyter-book build astudentsguide
3333
34+ # DEBUG
35+ - name : List build directory
36+ run : ls -R astudentsguide/_build/html
37+
3438 # Upload the book's HTML as an artifact
3539 - name : Upload artifact
36- uses : actions/upload-artifact@v4
40+ uses : actions/upload-pages- artifact@v4
3741 with :
38- name : " test"
3942 path : " astudentsguide/_build/html"
40- overwrite : true
41-
42- # - name: Upload artifact
43- # id: upload-artifact
44- # uses: actions/upload-artifact@v4
45- # with:
46- # name: ${{ inputs.name }}
47- # path: ${{ runner.temp }}/artifact.tar
48- # retention-days: ${{ inputs.retention-days }}
49- # if-no-files-found: error
5043
5144 # Deploy the book's HTML to GitHub Pages
5245 - name : Deploy to GitHub Pages
5346 id : deployment
54- uses : actions/deploy-pages@v2
47+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments