mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
.github/workflows/wiki.yml: properly copy subdirectories
This commit is contained in:
parent
8d99e94a52
commit
2b0e3efa5c
2
.github/workflows/wiki.yml
vendored
2
.github/workflows/wiki.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
TOKEN: ${{secrets.CI_TOKEN}}
|
||||
run: |
|
||||
git clone https://vika:${TOKEN}@github.com/VictoriaMetrics/VictoriaMetrics.wiki.git wiki
|
||||
cp docs/* wiki
|
||||
cp -r docs/* wiki
|
||||
cd wiki
|
||||
git config --local user.email "info@victoriametrics.com"
|
||||
git config --local user.name "Vika"
|
||||
|
Loading…
Reference in New Issue
Block a user