mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
enable only when changes in docs
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
193dce2e96
commit
00633d42ab
1 changed files with 2 additions and 3 deletions
5
.github/workflows/sync-docs.yml
vendored
5
.github/workflows/sync-docs.yml
vendored
|
@ -3,8 +3,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'sync-docs'
|
||||
|
||||
paths:
|
||||
- 'docs/**'
|
||||
workflow_dispatch: {}
|
||||
permissions:
|
||||
contents: read # This is required for actions/checkout and to commit back image update
|
||||
|
@ -33,7 +33,6 @@ jobs:
|
|||
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