Skip to content

Commit ff443ad

Browse files
Update workflows/docs-stable.yaml
1 parent 7e87e82 commit ff443ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docs-stable.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343

44-
- name: Download Artifacts
45-
uses: actions/download-artifact@v1
46-
with:
47-
name: site
48-
4944
- name: Checkout
5045
uses: actions/checkout@v3
5146
with:
5247
ref: docs-stable
5348

49+
- name: Download Artifacts
50+
uses: actions/download-artifact@v1
51+
with:
52+
name: site
53+
5454
- name: Deploy documentation
5555
uses: JamesIves/[email protected]
5656
with:

0 commit comments

Comments
 (0)