mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
.github/workflows/wiki.yml: fix copying files from docs to wiki
This commit is contained in:
parent
ac3ee44fa7
commit
a1e4c6a2be
2 changed files with 1 additions and 3 deletions
3
.github/workflows/wiki.yml
vendored
3
.github/workflows/wiki.yml
vendored
|
@ -15,9 +15,8 @@ jobs:
|
|||
env:
|
||||
TOKEN: ${{secrets.CI_TOKEN}}
|
||||
run: |
|
||||
cd docs
|
||||
git clone https://vika:${TOKEN}@github.com/VictoriaMetrics/VictoriaMetrics.wiki.git wiki
|
||||
find ./ -name '*' -exec cp -prv '{}' 'wiki' ';'
|
||||
cp docs/* wiki
|
||||
cd wiki
|
||||
git config --local user.email "info@victoriametrics.com"
|
||||
git config --local user.name "Vika"
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
user-agent: *
|
||||
allow: /
|
||||
|
||||
|
|
Loading…
Reference in a new issue