Skip to content

Commit f339f2d

Browse files
authored
Merge pull request #31 from epos-eu/epos-eu-patch-1
Update release.yaml
2 parents 8cb3515 + 092c4d1 commit f339f2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: BuildAndDeploy
2-
32
on:
43
push:
54
branches:
65
- 'main'
7-
86
jobs:
97
build-and-deploy:
108
runs-on: ubuntu-latest
@@ -17,7 +15,9 @@ jobs:
1715
node-version: 24.x
1816
- name: Install dependencies
1917
run: npm install
18+
- name: Build project
19+
run: npm run build
2020
- name: Install gh-pages
2121
run: npm install gh-pages --save-dev
2222
- name: Deploy application
23-
run: npx gh-pages -d build
23+
run: npx gh-pages -d build

0 commit comments

Comments
 (0)