mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update nextjs.yml
This commit is contained in:
parent
a2b597ada0
commit
92525bc156
6
.github/workflows/nextjs.yml
vendored
6
.github/workflows/nextjs.yml
vendored
@ -36,6 +36,12 @@ jobs:
|
|||||||
git commit -m "Update package-lock.json" || echo "No changes to commit"
|
git commit -m "Update package-lock.json" || echo "No changes to commit"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
- name: Verify next-themes installation
|
||||||
|
run: |
|
||||||
|
cd web
|
||||||
|
ls node_modules/next-themes || echo "next-themes NOT FOUND!"
|
||||||
|
|
||||||
|
|
||||||
- name: Build Next.js project
|
- name: Build Next.js project
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
|
Loading…
x
Reference in New Issue
Block a user