Skip to content

Commit 7ad6d15

Browse files
fixed typo
1 parent e75f7a2 commit 7ad6d15

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,9 @@ jobs:
252252
./build.sh cmake "" --target documentation --parallel 16
253253
254254
- name: Install rsync (for JamesIves/github-pages-deploy-action@v4)
255-
run: apt-get update
256-
run: apt install -y rsync
255+
run: |
256+
apt-get update
257+
apt install -y rsync
257258
258259
- name: Set Target Folder in documentation
259260
id: set-folder

0 commit comments

Comments
 (0)