Bot Updating Documentation

This commit is contained in:
LinuxServer-CI 2020-10-02 16:05:18 -04:00
parent 4ea79bea92
commit 4479a0af53

View File

@ -18,7 +18,8 @@ docker run --rm \
-e LOCAL=true \
-e PUID=$(id -u) -e PGID=$(id -g) \
linuxserver/jenkins-builder:latest && \
rm -f "$(basename $PWD).md"
rm -f "$(basename $PWD).md" && \
rm -f README.lite
```
Newly generated files (including `README.md`, `Jenkinsfile`, issue templates, etc.) will overwrite the existing files in your current working directory.