File tree Expand file tree Collapse file tree 1 file changed +0
-58
lines changed
Expand file tree Collapse file tree 1 file changed +0
-58
lines changed Original file line number Diff line number Diff line change @@ -19,64 +19,6 @@ concurrency:
1919env :
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-
8022jobs :
8123 build :
8224 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments