📦 build: Checkout with submodules

This commit is contained in:
2024-08-18 00:08:36 +07:00
parent e6466d62dd
commit 17a0defc6b
3 changed files with 14 additions and 13 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Build Docker image
id: build-image
uses: docker/build-push-action@v2
+2 -1
View File
@@ -16,7 +16,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
-1
View File
@@ -19,7 +19,6 @@ RUN corepack enable
RUN pnpm install
WORKDIR /home/node/app/NekoMelody
RUN ls
RUN pnpm install
RUN pnpm run build