mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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:
|
||||
push:
|
||||
branches: [docs-v2]
|
||||
branches: [main]
|
||||
paths:
|
||||
- "docs/**"
|
||||
- ".github/workflows/publish_docs.yml"
|
||||
|
|
|
|||
Loading…
Reference in a new issue