diff options
Diffstat (limited to 'util/hugo/Makefile')
-rw-r--r-- | util/hugo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/hugo/Makefile b/util/hugo/Makefile index 9a95536367..d76c00ac0b 100644 --- a/util/hugo/Makefile +++ b/util/hugo/Makefile @@ -10,4 +10,4 @@ themes/hugo-material-docs: git clone https://github.com/digitalcraftsman/hugo-material-docs.git themes/hugo-material-docs public: themes/hugo-material-docs - docker run --rm -it -v $$PWD:/src:ro -v $$PWD/../../Documentation:/src/content:ro -v /srv/www/vhosts/www.coreboot.org/Documentation:/src/public jguyomard/hugo-builder hugo --forceSyncStatic --cleanDestinationDir + docker run --rm -v $$PWD:/src:ro -v $$PWD/../../Documentation:/src/content:ro -v /srv/www/vhosts/www.coreboot.org/Documentation:/src/public jguyomard/hugo-builder hugo --forceSyncStatic --cleanDestinationDir |