ci: add missing steps
This commit is contained in:
parent
778d4a9ca7
commit
375abb3146
1 changed files with 14 additions and 0 deletions
14
.github/workflows/build-and-publish.yml
vendored
14
.github/workflows/build-and-publish.yml
vendored
|
@ -58,6 +58,20 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Build HTML for docs
|
||||
run: ./scripts/gx-teaching . build-docs-html
|
||||
|
||||
- name: Build PDF for docs
|
||||
run: ./scripts/gx-teaching . build-slides-pdf
|
||||
|
||||
- name: Build HTML for slides
|
||||
run: ./scripts/gx-teaching . build-slides-html
|
||||
|
||||
- name: Build PDF for slides
|
||||
run: ./scripts/gx-teaching . build-slides-pdf
|
||||
|
||||
push-docker-image:
|
||||
needs: test-docker-image
|
||||
|
|
Loading…
Reference in a new issue