File tree Expand file tree Collapse file tree 3 files changed +1971
-1973
lines changed Expand file tree Collapse file tree 3 files changed +1971
-1973
lines changed Original file line number Diff line number Diff line change 1- # Sample workflow for building and deploying a Gatsby site to GitHub Pages
21# https://github.com/actions/starter-workflows/blob/main/pages/gatsby.yml
3- #
42name : Publish Gatsby site to Pages
53
64on :
75 # Runs on pushes targeting the default branch
86 push :
9- branches : ["$DEFAULT_BRANCH "]
7+ branches : ["source-v2 "]
108
119 # Allows you to run this workflow manually from the Actions tab
1210 workflow_dispatch :
3634 - name : Checkout
3735 uses : actions/checkout@v4
3836 - name : volta-cli
39- uses : volta-cli/action@v4.0.1
37+ uses : volta-cli/action@v4
4038 - name : Setup Node
4139 uses : actions/setup-node@v4
4240 with :
7977 steps :
8078 - name : Deploy to GitHub Pages
8179 id : deployment
82- uses : actions/deploy-pages@v4
80+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 105105 " **/__tests__/fixtures/"
106106 ],
107107 "volta" : {
108- "node" : " 20.10 .0" ,
109- "yarn" : " 4.0.2 "
108+ "node" : " 20.11 .0" ,
109+ "yarn" : " 4.1.0 "
110110 }
111111}
You can’t perform that action at this time.
0 commit comments