mirror of
https://github.com/yude-jp/yude.jp
synced 2025-10-13 11:48:37 +09:00
Fix GitHub Actions
This commit is contained in:
1
.github/workflows/cloudflare-workers.yml
vendored
1
.github/workflows/cloudflare-workers.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Publish
|
||||
|
@@ -6,7 +6,8 @@
|
||||
"scripts": {
|
||||
"dev": "next -p 30501",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
"start": "next start",
|
||||
"export": "next export"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Reference in New Issue
Block a user