ci: fix command in test job
This commit is contained in:
parent
d832ca6ad5
commit
0ead3496ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-publish.yml
vendored
2
.github/workflows/build-and-publish.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
||||||
./scripts/gx-teaching \
|
./scripts/gx-teaching \
|
||||||
--no-tty \
|
--no-tty \
|
||||||
--data-dir . \
|
--data-dir . \
|
||||||
--action build-slides-pdf
|
--action build-docs-pdf
|
||||||
|
|
||||||
- name: Build HTML for slides
|
- name: Build HTML for slides
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue