Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJuanAndOnly99 authored Dec 20, 2024
1 parent d4f7cf4 commit 78b45b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
schedule:
- cron: '0 */3 * * *'
- cron: "0 */3 * * *"

jobs:
build:
Expand All @@ -22,11 +22,11 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: '${{ matrix.node-version }}'
node-version: "${{ matrix.node-version }}"

- name: Build
run: |
npm install
npm run build
env:
PASSPHRASE: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_PASSPHRASE }}
PASSPHRASE: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_PASSPHRASE }}

0 comments on commit 78b45b4

Please sign in to comment.