File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 2121 - name : Checkout
2222 uses : actions/checkout@v4
2323
24- - name : Setup Node.js
25- uses : actions/setup-node@v3
26- with :
27- node-version : ' 14'
28-
29- - name : Install dependencies
30- run : npm install
31-
32- - name : Build the project
33- run : npm run build
34-
3524 - name : Deploy to GitHub Pages
3625 env :
3726 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2121 - name : Checkout
2222 uses : actions/checkout@v4
2323
24- - name : Setup Node.js
25- uses : actions/setup-node@v3
26- with :
27- node-version : ' 14'
28-
29- - name : Install dependencies
30- run : npm install
31-
32- - name : Build the project
33- run : npm run build
34-
3524 - name : Deploy to GitHub Pages
3625 env :
3726 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments