mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
add workdir to gpg step
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
a58ec9ba4f
commit
ce10258897
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 }}
|
passphrase: ${{ secrets.VM_BOT_PASSPHRASE }}
|
||||||
git_user_signingkey: true
|
git_user_signingkey: true
|
||||||
git_commit_gpgsign: true
|
git_commit_gpgsign: true
|
||||||
|
workdir: docs
|
||||||
|
|
||||||
- name: update code and commit
|
- name: update code and commit
|
||||||
run: |
|
run: |
|
||||||
rm -rf content
|
rm -rf content
|
||||||
|
|
Loading…
Reference in a new issue