We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b0473 commit a27bfd4Copy full SHA for a27bfd4
.github/workflows/deploy_nightly_docs.yml
@@ -16,13 +16,14 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Download artifact
19
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4
20
with:
21
name: "te_docs"
22
path: "html"
23
- name: Prepare for pages
24
uses: actions/[email protected]
25
26
+ name: github-pages
27
28
deploy:
29
needs: prepare
.github/workflows/docs.yml
@@ -27,7 +27,7 @@ jobs:
cd docs
make html
- name: 'Upload docs'
30
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
31
32
name: te_docs
33
path: docs/_build/html
0 commit comments