docsy icon indicating copy to clipboard operation
docsy copied to clipboard

CI: consider adding a smoke test of building a Docsy site from scratch

Open chalin opened this issue 2 years ago • 2 comments

Consider adding a smoke test along the lines of what was proposed in https://github.com/google/docsy/issues/1075#issuecomment-1172432277.

Related:

  • #726

chalin avatar Jul 12 '22 21:07 chalin

I really need to come back to this! Hopefully soon ...

emckean avatar Jul 12 '22 22:07 emckean

This also works:

hugo new site myproject && \
cd myproject && \
npm init -y && \
npm install --save-dev google/docsy autoprefixer postcss-cli
echo 'theme = "docsy"\nthemesDir = "node_modules"' >> hugo.toml
hugo

chalin avatar Aug 24 '22 18:08 chalin