There was an error while loading. Please reload this page.
1 parent e75f7a2 commit 7ad6d15Copy full SHA for 7ad6d15
1 file changed
.github/workflows/build.yml
@@ -252,8 +252,9 @@ jobs:
252
./build.sh cmake "" --target documentation --parallel 16
253
254
- name: Install rsync (for JamesIves/github-pages-deploy-action@v4)
255
- run: apt-get update
256
- run: apt install -y rsync
+ run: |
+ apt-get update
257
+ apt install -y rsync
258
259
- name: Set Target Folder in documentation
260
id: set-folder
0 commit comments