0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Fix GitHub Actions

This commit is contained in:
yude 2021-02-06 02:43:19 +09:00
parent 56e998b6e7
commit 6bffe3e7de
2 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v2
- name: Publish

View File

@ -6,7 +6,8 @@
"scripts": {
"dev": "next -p 30501",
"build": "next build",
"start": "next start"
"start": "next start",
"export": "next export"
},
"repository": {
"type": "git",