|
@@ -27,14 +27,6 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
node-version: '18'
|
|
node-version: '18'
|
|
|
cache: 'pnpm'
|
|
cache: 'pnpm'
|
|
|
- - name: Setup Pages
|
|
|
|
|
- uses: actions/configure-pages@v4
|
|
|
|
|
- with:
|
|
|
|
|
- # Automatically inject basePath in your Next.js configuration file and disable
|
|
|
|
|
- # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
|
|
|
|
|
- #
|
|
|
|
|
- # You may remove this line if you want to manage the configuration yourself.
|
|
|
|
|
- static_site_generator: dist/build/h5
|
|
|
|
|
- name: Restore cache
|
|
- name: Restore cache
|
|
|
uses: actions/cache@v3
|
|
uses: actions/cache@v3
|
|
|
with:
|
|
with:
|