Migration to Nuxt3

This commit is contained in:
2023-04-30 18:36:39 +02:00
parent ed2e1824c5
commit 0480b99865
170 changed files with 13890 additions and 3699 deletions

View File

@ -23,13 +23,13 @@ jobs:
run: npm install
- name: Build
run: npm run build
run: npm run generate
- name: Upload production-ready build files
uses: actions/upload-artifact@v3
with:
name: production-files
path: ./dist
path: ./.output/public
deploy:
name: Deploy
@ -42,10 +42,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: production-files
path: ./dist
path: ./.output/public
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_dir: ./.output/public