Skip to content
Snippets Groups Projects

ci(build): Build book on main branch as well

Merged Rok Štular requested to merge auto-deploy into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -36,6 +36,7 @@ build-book:
stage: build
only:
- publish
- main
script:
- pip install -r requirements.txt
- jupyter-book clean book/
Loading