Skip to content

Commit 4005105

Browse files
brian-roseclyne
andauthored
clarify pages setting
Co-authored-by: clyne <[email protected]>
1 parent e31a58c commit 4005105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal/cookbook-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Before developing your cookbook, you should consider how it will access the data
3535
1. On the [Cookbook Template repository](https://github.com/ProjectPythia/cookbook-template), click "Use this template &rarr; Create a new repository"
3636
1. Give your repository a descriptive name followed by `-cookbook` (e.g., `hydrology-cookbook`, `hpc-cookbook`, `cesm-cookbook`) and a description
3737
1. Choose "Include all branches" and create the repository. Your browser will be directed to the newly created repository under your GitHub account
38-
1. Under Settings &rarr; Pages, ensure that GitHub Pages is enabled. If it is not, change the Branch from "None" to "gh-pages/(root)" and click "Save"
38+
1. Under Settings &rarr; Pages, ensure that GitHub Pages is enabled by checking that `Branch` is set to "gh-pages", and the folder set to "gh-pages/(root)". If it is not, change the Branch from "None" to "gh-pages/(root)" and click "Save"
3939
1. Under Settings &rarr; Actions &rarr; General, allow Github Actions to **push** to the repository <img width="901" alt="Screenshot 2023-01-13 at 3 12 47 PM" src="https://user-images.githubusercontent.com/26660300/212428991-cd0ae2f0-73ca-40d8-b983-f122359463aa.png">
4040

4141
Your cookbook is now ready to have content added!

0 commit comments

Comments
 (0)