1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

更新
Some checks failed
pigallery2 / pigallery2-Gitea-Actions (push) Failing after 4m36s

This commit is contained in:
xuthus 2024-04-16 01:48:54 +08:00
parent 61b252c366
commit 0bc35dd413

View File

@ -16,7 +16,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
run: npm install
- name: Build with Npm
run: |
npm install
npm run build
- name: Set up Docker Buildx
id: buildx