mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
4ea79bea92
commit
4479a0af53
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user