Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 5032714

Browse files
Bot Updating Templated Files
1 parent 0638b37 commit 5032714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ pipeline {
357357
fi
358358
if ! yq -e '.plugins.[].redirects.redirect_maps.[] | select(. == "deprecated/" + env(CONTAINER_NAME) + ".md")' mkdocs.yml >/dev/null 2>&1; then
359359
yq -i '.plugins.[].redirects.redirect_maps |= . + {env(CONTAINER_NAME) + ".md" : "deprecated/" + env(CONTAINER_NAME) + ".md"}' mkdocs.yml
360+
git add mkdocs.yml
360361
fi
361362
git commit -m 'Bot Moving Deprecated Documentation' || :
362363
git pull https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/linuxserver/docker-documentation.git ${GH_DOCS_DEFAULT_BRANCH} --rebase

0 commit comments

Comments
 (0)