Skip to content

Commit 238e2ed

Browse files
committed
add debug
1 parent 6d60077 commit 238e2ed

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/workflows/deploybook.yaml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)