ci: add missing steps

This commit is contained in:
Glenn Y. Rolland 2021-12-21 15:33:51 +01:00
parent 778d4a9ca7
commit 375abb3146

View file

@ -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