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 7e87e82 commit ff443adCopy full SHA for ff443ad
.github/workflows/docs-stable.yaml
@@ -41,16 +41,16 @@ jobs:
41
runs-on: ubuntu-latest
42
steps:
43
44
- - name: Download Artifacts
45
- uses: actions/download-artifact@v1
46
- with:
47
- name: site
48
-
49
- name: Checkout
50
uses: actions/checkout@v3
51
with:
52
ref: docs-stable
53
+ - name: Download Artifacts
+ uses: actions/download-artifact@v1
+ with:
+ name: site
+
54
- name: Deploy documentation
55
uses: JamesIves/[email protected]
56
0 commit comments