„.gitea/workflows/build.yml“ ändern
Gitea Actions Demo / Build (push) Successful in 40s
Gitea Actions Demo / Deploy (push) Failing after 22s

This commit is contained in:
2023-07-12 14:04:39 +02:00
parent dda7869dfc
commit f13d2740a1
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
with: with:
node-version: '18' node-version: '18'
- name: Build - name: Build
run: npm run build run: npm build
- name: Deploy - name: Deploy
run: | run: |
echo Deploying... echo Deploying...