Skip to content

Commit

Permalink
add data fetch to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Haram Choi authored May 23, 2024
1 parent 60b9045 commit 66f74d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}

- name: Fetch google doc
run: npm run fetch
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build

Expand Down

0 comments on commit 66f74d1

Please sign in to comment.