File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy static content to Pages
44on :
55 # Runs on pushes targeting the default branch
66 push :
7- branches : [" main" ]
7+ branches : [' main' ]
88
99 # Allows you to run this workflow manually from the Actions tab
1010 workflow_dispatch :
@@ -17,7 +17,7 @@ permissions:
1717
1818# Allow one concurrent deployment
1919concurrency :
20- group : " pages"
20+ group : ' pages'
2121 cancel-in-progress : true
2222
2323jobs :
@@ -34,13 +34,11 @@ jobs:
3434 uses : actions/setup-node@v4
3535 with :
3636 node-version : 20
37- cache : " npm"
37+ cache : ' npm'
3838 - name : Install dependencies
3939 run : npm ci
4040 - name : Build
4141 run : npm run build
42- - name : Run Tests
43- run : npm run test
4442 env :
4543 VITE_FIREBASE_APP_ID : ${{ secrets.VITE_FIREBASE_APP_ID }}
4644 VITE_FIREBASE_API_KEY : ${{ secrets.VITE_FIREBASE_API_KEY }}
5553 uses : actions/upload-pages-artifact@v3
5654 with :
5755 # Upload dist folder
58- path : " ./dist"
56+ path : ' ./dist'
5957 - name : Deploy to GitHub Pages
6058 id : deployment
6159 uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 2828 " eslint --fix"
2929 ]
3030 },
31+ "optionalDependencies" : {
32+ "@rollup/rollup-linux-x64-gnu" : " *"
33+ },
3134 "dependencies" : {
3235 "@reduxjs/toolkit" : " ^2.6.1" ,
3336 "@tailwindcss/vite" : " ^4.0.14" ,
You can’t perform that action at this time.
0 commit comments