Skip to content

Commit

Permalink
Update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtusagbo committed Oct 19, 2024
1 parent 3f45c92 commit 836333b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/landing-page-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🚀 Deploy website on push
name: 🚀 Deploy landing page

on:
push:
Expand All @@ -22,6 +22,7 @@ jobs:

- name: 🔨 Build Project
run: |
cd landing-page
npm install
npm run build
Expand Down

0 comments on commit 836333b

Please sign in to comment.