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