We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cb3515 + 092c4d1 commit f339f2dCopy full SHA for f339f2d
1 file changed
.github/workflows/release.yaml
@@ -1,10 +1,8 @@
1
name: BuildAndDeploy
2
-
3
on:
4
push:
5
branches:
6
- 'main'
7
8
jobs:
9
build-and-deploy:
10
runs-on: ubuntu-latest
@@ -17,7 +15,9 @@ jobs:
17
15
node-version: 24.x
18
16
- name: Install dependencies
19
run: npm install
+ - name: Build project
+ run: npm run build
20
- name: Install gh-pages
21
run: npm install gh-pages --save-dev
22
- name: Deploy application
23
- run: npx gh-pages -d build
+ run: npx gh-pages -d build
0 commit comments