mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
add workdir to gpg step
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
c75202657c
commit
f01dea5728
1 changed files with 2 additions and 1 deletions
3
.github/workflows/sync-docs.yml
vendored
3
.github/workflows/sync-docs.yml
vendored
|
@ -34,7 +34,8 @@ jobs:
|
|||
passphrase: ${{ secrets.VM_BOT_PASSPHRASE }}
|
||||
git_user_signingkey: true
|
||||
git_commit_gpgsign: true
|
||||
|
||||
workdir: docs
|
||||
|
||||
- name: update code and commit
|
||||
run: |
|
||||
rm -rf content
|
||||
|
|
Loading…
Reference in a new issue