Skip to content

Commit 1393c0f

Browse files
author
Julius Busecke
authored
Update deploy-book.yaml
1 parent e0348b9 commit 1393c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-book.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run:
3737
shell: bash -l {0}
3838
steps:
39+
- uses: actions/checkout@v4
40+
3941
- name: Download merged artifact
4042
if: inputs.is_preview != 'true'
4143
uses: actions/download-artifact@v4
@@ -59,8 +61,6 @@ jobs:
5961
unzip book.zip
6062
rm -f book.zip
6163
62-
- uses: actions/checkout@v4
63-
6464
- name: Debug
6565
run: pwd
6666

0 commit comments

Comments
 (0)