mirror of https://github.com/gofiber/fiber.git
refactor(docs): deactivate docs sync for v2
parent
109e91a630
commit
68d90cd6b2
|
@ -1,13 +1,13 @@
|
||||||
name: "Sync docs"
|
name: "Sync docs"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- v2
|
# - v2
|
||||||
paths:
|
# paths:
|
||||||
- "docs/**"
|
# - "docs/**"
|
||||||
release:
|
# release:
|
||||||
types: [published]
|
# types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync-docs:
|
sync-docs:
|
||||||
|
|
Loading…
Reference in New Issue