File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -10,27 +10,34 @@ permissions:
1010 pages : write
1111 id-token : write
1212
13+ concurrency :
14+ group : " pages"
15+ cancel-in-progress : false
16+
1317jobs :
1418 build :
1519 runs-on : ubuntu-latest
1620 steps :
1721 - name : Checkout
1822 uses : actions/checkout@v4
1923
20- - name : Set up Node
21- uses : actions/setup-node@v3
24+ - name : Setup Node
25+ uses : actions/setup-node@v4
2226 with :
23- node-version : 18
27+ node-version : ' 18 '
2428 cache : ' npm'
2529
30+ - name : Setup Pages
31+ uses : actions/configure-pages@v4
32+
2633 - name : Install dependencies
2734 run : npm ci
2835
2936 - name : Build
3037 run : npm run build
3138
3239 - name : Upload artifact
33- uses : actions/upload-pages-artifact@v2
40+ uses : actions/upload-pages-artifact@v3
3441 with :
3542 path : ./dist
3643
4350 steps :
4451 - name : Deploy to GitHub Pages
4552 id : deployment
46- uses : actions/deploy-pages@v2
53+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 1818
1919 < body >
2020 < div id ="root "> </ div >
21- <!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
22- < script src ="https://cdn.gpteng.co/gptengineer.js " type ="module "> </ script >
2321 < script type ="module " src ="/src/main.tsx "> </ script >
2422 </ body >
2523</ html >
You can’t perform that action at this time.
0 commit comments