mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
fix path to main repo
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
758acdbf67
commit
67c258315e
1 changed files with 1 additions and 4 deletions
5
.github/workflows/sync-docs.yml
vendored
5
.github/workflows/sync-docs.yml
vendored
|
@ -35,11 +35,8 @@ jobs:
|
|||
|
||||
- name: update code and commit
|
||||
run: |
|
||||
ls -la ../
|
||||
ls -la ./
|
||||
pwd
|
||||
rm -rf content
|
||||
cp -r /main/docs content
|
||||
cp -r ../main/docs content
|
||||
make clean-after-copy
|
||||
git config --global user.name "${{ steps.import-gpg.outputs.email }}"
|
||||
git config --global user.email "${{ steps.import-gpg.outputs.email }}"
|
||||
|
|
Loading…
Reference in a new issue