tetrabiodistributed / tetra

Documentation repository for Project Tetra
https://tetrabiodistributed.github.io/tetra
MIT License
7 stars 7 forks source link

Unable to build from source #123

Closed mmroden closed 3 years ago

mmroden commented 3 years ago

I'm getting this error when I try to rebuild from a new pull:


Start building sites … 
Built in 207 ms
Error: Error building site: "/src/content/en/how-to-guides/internal-guides/_index.adoc:10:1": failed to extract shortcode: template for shortcode "pageinfo" not found```
capsulecorplab commented 3 years ago

Did you clone with submodules? If not, you'll need to run git submodules update --init --recursive

mmroden commented 3 years ago

That was it