Skip to content
Snippets Groups Projects

Fix broken CI, proofread Substrate article

Merged Moul requested to merge bump_pelican into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -13,7 +13,7 @@ build-job:
- mkdir -p /usr/share/man/man1 # Because of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199
- apt-get update && apt-get install -y plantuml graphviz
- pip install -r requirements.txt
- pelican content -s publishconf.py -e OUTPUT_PATH=public/
- pelican content -s publishconf.py -e OUTPUT_PATH='"public"'
artifacts:
paths:
- public/
Loading