File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11name : Build and Deploy
2+
23on :
34 push :
45 branches : [devel]
5-
6+
67permissions :
78 contents : write
9+
810jobs :
911 build-and-deploy :
1012 runs-on : ubuntu-latest
@@ -15,12 +17,12 @@ jobs:
1517 steps :
1618 - name : Checkout 🛎️
1719 uses : actions/checkout@v3
18-
20+
1921 - name : Use Node.js ${{ matrix.node-version }}
20- uses : actions/setup-node@v2
22+ uses : actions/setup-node@v4
2123 with :
2224 node-version : ${{ matrix.node-version }}
23- cache : ' npm'
25+ # cache: 'npm' # ← Temporarily remove or comment this out to avoid 503
2426
2527 - name : Install and Build 🔧
2628 run : |
3032 - name : Deploy 🚀
3133 uses : JamesIves/github-pages-deploy-action@v4
3234 with :
33- folder : build # The folder the action should deploy.
35+ folder : build
You can’t perform that action at this time.
0 commit comments