Skip to content

Commit 79f02cc

Browse files
committed
small workflow changes
1 parent 7aef076 commit 79f02cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
jobs:
9-
build:
9+
build-and-deploy:
1010
runs-on: ubuntu-latest
1111
steps:
1212

@@ -23,7 +23,7 @@ jobs:
2323
run: npm ci
2424

2525
- name: Build Application
26-
run: npm run build
26+
run: npm run build --if-present
2727

2828
- name: Deploy to GitHub Pages
2929
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)