mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
debug workflow1
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
f01dea5728
commit
8cad820526
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_commit_gpgsign: true
|
||||
workdir: docs
|
||||
|
||||
|
||||
- name: update code and commit
|
||||
run: |
|
||||
ls -la /
|
||||
ls -la /home
|
||||
rm -rf content
|
||||
cp -r /main/docs content
|
||||
make clean-after-copy
|
||||
|
|
Loading…
Reference in a new issue