This website works better with JavaScript.
Explore
Help
Sign In
Mirrors
/
flux2
mirror of
https://github.com/fluxcd/flux2.git
Watch
1
Star
0
Fork
You've already forked flux2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d54f08e7a9
flux2
/
netlify.toml
4 lines
83 B
TOML
Raw
Normal View
History
Unescape
Escape
Specify netlify build Addresses: #1135 Follow https://www.starfallprojects.co.uk/posts/deploy-mkdocs-netlify/ to eventually fix #1135. I realise this litters the main directory somewhat, but I hope that once the publication fully works and we turn the site into redirects, we can remove these files again. So only a temporary measure. Signed-off-by: Daniel Holbach <daniel@weave.works>
4 years ago
[
build
]
explain where docs are keep netlify config for now (disabled in the app), but only make it ship the _redirects file add rule for 'install.sh' move _redirects file into docs/ directory document redirects and Netlify Signed-off-by: Daniel Holbach <daniel@weave.works>
4 years ago
command
=
"mkdir -p site && cp docs/_redirects site/"
Specify netlify build Addresses: #1135 Follow https://www.starfallprojects.co.uk/posts/deploy-mkdocs-netlify/ to eventually fix #1135. I realise this litters the main directory somewhat, but I hope that once the publication fully works and we turn the site into redirects, we can remove these files again. So only a temporary measure. Signed-off-by: Daniel Holbach <daniel@weave.works>
4 years ago
publish
=
"site"