File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 # Trigger the workflow every time you push to the `main` branch
55 # Using a different branch name? Replace `main` with your branch’s name
66 push :
7- branches : ["2.0 "]
7+ branches : ["v1 "]
88 # Allows you to run this workflow manually from the Actions tab on GitHub.
99 workflow_dispatch :
1010
Original file line number Diff line number Diff line change 1010 {
1111 "pattern" : " p5js.org" ,
1212 "custom_domain" : true
13+ },
14+ {
15+ "pattern" : " beta.p5js.org" ,
16+ "custom_domain" : true
1317 }
1418 ],
1519 "compatibility_flags" : [
1620 " global_fetch_strictly_public" ,
1721 " nodejs_compat"
1822 ],
1923 "assets" : {
20- "directory" : " dist"
24+ "directory" : " dist" ,
25+ "not_found_handling" : " 404-page"
2126 },
2227 "env" : {
2328 "beta" : {
2429 "routes" : [
2530 {
26- "pattern" : " beta .p5js.org" ,
31+ "pattern" : " v1 .p5js.org" ,
2732 "custom_domain" : true
2833 }
2934 ]
3035 }
3136 }
32- }
37+ }
You can’t perform that action at this time.
0 commit comments