Skip to content

Commit 568d182

Browse files
committed
Update redirect_map.conf
1 parent 4aebadb commit 568d182

File tree

4 files changed

+9448
-10
lines changed

4 files changed

+9448
-10
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,7 @@ jobs:
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::"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ else
180180
@mkdocs build -f $(BUILD_DIR)/mkdocs.yml -d $(SITE_DIR)
181181
endif
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" > $@

0 commit comments

Comments
 (0)