Skip to content
Snippets Groups Projects

Fix for documentation pages.

Merged Hock, Martin requested to merge dev into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -75,7 +75,7 @@ pages:
- pip install -U sphinx sphinx-autoapi sphinx_rtd_theme myst-parser # sphinx_panels
- cd docs
- make html
- mv build/html/ ../public
- mv build/html/* ../public/
artifacts:
paths:
- public
Loading