Skip to content

Commit

Permalink
Debug nightly docs (#1338)
Browse files Browse the repository at this point in the history
Debug jobs to deploy nightly docs

Signed-off-by: Tim Moon <[email protected]>
  • Loading branch information
timmoon10 authored Dec 5, 2024
1 parent d3cbccd commit 71ada55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_nightly_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: "te_docs"
path: "html"
- name: Prepare for pages
uses: actions/[email protected]
with:
name: github-pages
path: "html"
deploy:
needs: prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cd docs
make html
- name: 'Upload docs'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: te_docs
path: docs/_build/html
Expand Down

0 comments on commit 71ada55

Please sign in to comment.