File tree Expand file tree Collapse file tree 4 files changed +9448
-10
lines changed
utils/confluence_redirects Expand file tree Collapse file tree 4 files changed +9448
-10
lines changed Original file line number Diff line number Diff line change 4444 cat >Makefile.inc <<EOF
4545 ${{vars.MAKEFILE_INC}}
4646 EOF
47- echo "::group::Building documentation "
47+ echo "***BUILDING*** "
4848 make
49- echo "::endgroup::"
50- echo "::group::Generating the redirect map"
51- make temp/site/redirect_map.conf
52- echo "::endgroup::"
53- echo "::group::Deploying"
49+ echo "***DEPLOYING***"
5450 make deploy
55- echo "::endgroup::"
Original file line number Diff line number Diff line change 180180 @mkdocs build -f $(BUILD_DIR ) /mkdocs.yml -d $(SITE_DIR )
181181endif
182182
183- temp/site /redirect_map.conf : utils/confluence_redirects/redirect_map_static.conf utils/confluence_redirects/redirect_map_extra.conf
183+ docs /redirect_map.conf : utils/confluence_redirects/redirect_map_static.conf utils/confluence_redirects/redirect_map_extra.conf
184184 @echo " Creating $@ "
185185 @utils/confluence_redirects/check_map.sh $^
186186 @echo " # This file is auto-generated from the files in utils/confluence_redirects" > $@
You can’t perform that action at this time.
0 commit comments