Skip to content

Commit 3cdca08

Browse files
Add files via upload
1 parent 31f3406 commit 3cdca08

File tree

1 file changed

+0
-58
lines changed

1 file changed

+0
-58
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -19,64 +19,6 @@ concurrency:
1919
env:
2020
VITE_BASE: /${{ github.event.repository.name }}
2121

22-
jobs:
23-
build:
24-
runs-on: ubuntu-latest
25-
steps:
26-
- name: Checkout
27-
uses: actions/checkout@v4
28-
29-
- name: Setup Node.js
30-
uses: actions/setup-node@v4
31-
with:
32-
node-version: 20
33-
cache: npm
34-
35-
- name: Install dependencies
36-
run: npm ci
37-
38-
- name: Run tests
39-
run: npm run test -- --run
40-
41-
- name: Build
42-
run: npm run build
43-
44-
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v3
46-
with:
47-
path: dist
48-
49-
deploy:
50-
needs: build
51-
runs-on: ubuntu-latest
52-
environment:
53-
name: github-pages
54-
url: ${{ steps.deployment.outputs.page_url }}
55-
steps:
56-
- name: Deploy to GitHub Pages
57-
id: deployment
58-
uses: actions/deploy-pages@v4
59-
name: Deploy to GitHub Pages
60-
61-
on:
62-
push:
63-
branches:
64-
- main
65-
- master
66-
workflow_dispatch:
67-
68-
permissions:
69-
contents: read
70-
pages: write
71-
id-token: write
72-
73-
concurrency:
74-
group: 'pages'
75-
cancel-in-progress: false
76-
77-
env:
78-
VITE_BASE: /${{ github.repo }}
79-
8022
jobs:
8123
build:
8224
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)