mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35:09 +00:00
fix: Changed branch to main
For creating pull request
This commit is contained in:
parent
98f83f9676
commit
64a008d188
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish_docs.yml
vendored
2
.github/workflows/publish_docs.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Deploy Frappe Docker Docs to GitHub Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [docs-v2]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- ".github/workflows/publish_docs.yml"
|
- ".github/workflows/publish_docs.yml"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue