Skip to content

Commit a27bfd4

Browse files
committed
Debug jobs to deploy nightly docs
Signed-off-by: Tim Moon <[email protected]>
1 parent 20b0473 commit a27bfd4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy_nightly_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Download artifact
19-
uses: actions/download-artifact@v4.1.7
19+
uses: actions/download-artifact@v4
2020
with:
2121
name: "te_docs"
2222
path: "html"
2323
- name: Prepare for pages
2424
uses: actions/[email protected]
2525
with:
26+
name: github-pages
2627
path: "html"
2728
deploy:
2829
needs: prepare

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd docs
2828
make html
2929
- name: 'Upload docs'
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: te_docs
3333
path: docs/_build/html

0 commit comments

Comments
 (0)