Skip to content

Commit cc13bd9

Browse files
Build: Improved workflow
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent b663382 commit cc13bd9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/antora-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ jobs:
4141
sed -i -E "s/(branches\:) \[antora\/base-antora-setup\] \# osi-documentation/\1 [HEAD]/" site.yml
4242
4343
- name: Generate site
44+
working-directory: generator
4445
uses: docker://ghcr.io/asam-ev/project-guide-docker:4
4546
with:
4647
entrypoint: sh
47-
args: generator/run-build.sh
48+
args: run-build.sh
4849

4950
- name: Upload artifact
5051
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)