Skip to content

Commit cdc271c

Browse files
committed
Add note about workflows not running on forks
1 parent 1c3ec4a commit cdc271c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

portal/cookbook-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ Here's a handy trick for finding your published book:
164164

165165
The link to your published book will then be displayed on the home page of the repo.
166166

167+
```{Note}
168+
If you have transfered your repository to the ProjectPythia organization and also made a personal fork, the publishing pipeline automation will _only run on the upstream fork on the ProjectPythia organization_ so there's only one copy of the "published" book.
169+
170+
It's possible to enable the workflows on your personal fork, but usually unneccesary if you preview your work via Pull Requests (see below).
171+
```
172+
167173
### Pull Requests and previews
168174

169175
Collaboration on Cookbooks is best done via [Pull Requests](https://foundations.projectpythia.org/foundations/github/github-pull-request.html). Every PR on a Cookbook repository will trigger a "Preview" version of our publishing pipeline. The entire book is re-built from the updated source and the preview site is hosted at a temporary online location. This way, the team can safely see what the end product will look like after the PR is merged.

0 commit comments

Comments
 (0)