File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1818 build-deploy :
1919 runs-on : ubuntu-latest
2020 steps :
21+ - uses : actions/setup-node@v6.3.0
22+ node-version : 22.22.x
2123 - name : Checkout your repository using git
2224 uses : actions/checkout@v4
25+ - name : Install dependencies
26+ run : npm run install
2327 - name : Build website
2428 run : npm run build
2529 - name : Deploy to Cloudflare Workers
Original file line number Diff line number Diff line change 1818 build-deploy :
1919 runs-on : ubuntu-latest
2020 steps :
21+ - uses : actions/setup-node@v6.3.0
22+ node-version : 22.22.x
2123 - name : Checkout your repository using git
2224 uses : actions/checkout@v4
25+ - name : Install dependencies
26+ run : npm run install
2327 - name : Build website
2428 run : npm run build
2529 - name : Deploy to Cloudflare Workers
You can’t perform that action at this time.
0 commit comments