Skip to content

Commit

Permalink
try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Jun 19, 2021
1 parent c5e99b3 commit e3217ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
paths:
- "website/**"
- "firebase.json"
- ".github/workflows/*-website.yml"
push:
branches: [master]
paths:
- "website/**"
- "firebase.json"
- ".github/workflows/*-website.yml"

jobs:
build:
Expand All @@ -26,7 +28,7 @@ jobs:
- name: Build
run: |
cd website
npm install
npm ci
npm run build
- name: Upload build artifact
Expand Down

0 comments on commit e3217ed

Please sign in to comment.