mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
debug workflow1
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
ce10258897
commit
86d5b8f3a3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/sync-docs.yml
vendored
4
.github/workflows/sync-docs.yml
vendored
|
@ -35,9 +35,11 @@ jobs:
|
||||||
git_user_signingkey: true
|
git_user_signingkey: true
|
||||||
git_commit_gpgsign: true
|
git_commit_gpgsign: true
|
||||||
workdir: docs
|
workdir: docs
|
||||||
|
|
||||||
- name: update code and commit
|
- name: update code and commit
|
||||||
run: |
|
run: |
|
||||||
|
ls -la /
|
||||||
|
ls -la /home
|
||||||
rm -rf content
|
rm -rf content
|
||||||
cp -r /main/docs content
|
cp -r /main/docs content
|
||||||
make clean-after-copy
|
make clean-after-copy
|
||||||
|
|
Loading…
Reference in a new issue