Merge pull request #57 from DefectingCat/github-action

Fix static file export command
This commit is contained in:
Defectink
2022-10-12 11:27:06 +08:00
committed by GitHub

View File

@ -84,7 +84,7 @@ jobs:
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} build
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} build:search
run: ${{ steps.detect-package-manager.outputs.runner }} build:export
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with: