Update vite.yml
This commit is contained in:
@@ -13,18 +13,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: actions/setup-node@v4
|
- uses: oven-sh/setup-bun@v2
|
||||||
with:
|
|
||||||
node-version: 20
|
|
||||||
cache: 'yarn'
|
|
||||||
|
|
||||||
- name: Install and build
|
- name: Install and build
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
bun install
|
||||||
# pass --base if CNAME is not used
|
bun build
|
||||||
# npm run build -- --base=/${{ github.event.repository.name }}/
|
|
||||||
yarn build
|
|
||||||
|
|
||||||
# Enable Vue Router history mode with 404.html hack for Github Pages
|
# Enable Vue Router history mode with 404.html hack for Github Pages
|
||||||
cd dist
|
cd dist
|
||||||
@@ -34,9 +28,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: dist
|
folder: dist
|
||||||
|
|
||||||
- name: Publish deployed code
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: published
|
|
||||||
path: dist
|
|
||||||
|
|||||||
Reference in New Issue
Block a user