Skip to content

Commit 88f9a28

Browse files
authored
Fix publishing the user manual on GitHub Pages (#276)
1 parent 313abc5 commit 88f9a28

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ jobs:
213213
needs:
214214
- build
215215
steps:
216+
- name: Checkout code
217+
uses: actions/checkout@v3
218+
216219
- name: Download artifacts
217220
# This downloads the uploaded artifacts to the current directory; the
218221
# path format for downloaded artifacts is `{name}/{basename}`, where

0 commit comments

Comments
 (0)