Disable docs gh action workflow
This commit is contained in:
parent
44bc5e1723
commit
fa8ef5ab9f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -2,7 +2,8 @@ name: Docs
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
# branches: [ master ]
|
||||
branches: [ invalid ]
|
||||
|
||||
concurrency:
|
||||
group: "pages"
|
||||
|
|
Loading…
Reference in a new issue