Skip to content

Commit

Permalink
deploy.yml: run npm install after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Aug 27, 2024
1 parent 77b8db3 commit 2c00927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run npm install
run: npm install
- name: Update new member files
run: bash ./bin/update-new-members ${{ github.event.before }}
- name: Commit member changes, if any
Expand Down

0 comments on commit 2c00927

Please sign in to comment.