mirror of
https://github.com/imfing/hextra.git
synced 2025-09-14 05:36:45 -04:00
chore(docs): rename exampleSite
to docs
and create examples
(#813)
* chore(docs): rename `exampleSite` to `docs` and create `examples` * chore(build): update build script to support new version format and source directories; add v0.10 to documentation menu
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[build]
|
||||
publish = "exampleSite/public"
|
||||
command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
||||
publish = "docs/public"
|
||||
command = "cd docs && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
||||
|
||||
# Always trigger a rebuild, even if the files haven't changed.
|
||||
# See https://docs.netlify.com/configure-builds/file-based-configuration/#ignore-builds
|
||||
|
Reference in New Issue
Block a user