Skip to content

Commit f8fc5d2

Browse files
ci: fix up releasing the docs (#584)
1 parent 1d4297b commit f8fc5d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
with:
1212
ref: gh-pages
1313

14-
- uses: ./.github/actions/prepare
15-
1614
- name: Create a pages artifact
1715
uses: actions/upload-pages-artifact@v2
1816
with:
@@ -25,11 +23,13 @@ jobs:
2523
- name: Store Coverage Badge
2624
run: cp ./docs/generated/stable/coverage.svg /tmp/coverage.svg
2725

28-
- name: get gh-pages
26+
- name: Checkout Main
2927
uses: actions/checkout@v3
3028
with:
3129
ref: main
3230

31+
- uses: ./.github/actions/prepare
32+
3333
- name: Update Coverage Badge
3434
run: cp /tmp/coverage.svg ./docs/coverage.svg
3535

0 commit comments

Comments
 (0)