Skip to content

Commit a9e2ff9

Browse files
ci: fix website build workflow
1 parent ff5be83 commit a9e2ff9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
fetch-depth: 0 # Fetch all history for .gitinfo and .lastmod
4040
- name: "Generate site using antora site action"
4141
uses: docker://ghcr.io/camptocamp/antora:v3
42-
run: |
43-
./generate-documentation.sh
42+
with:
43+
args: ./generate-documentation.sh
4444
- name: "List folder"
4545
run: |
4646
ls -ltr $GITHUB_WORKSPACE/build/

0 commit comments

Comments
 (0)