Skip to content

Commit

Permalink
workflows: temporarily disable checking member data due to #354
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Mar 5, 2025
1 parent 1d7f789 commit 7f14b94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
fetch-depth: 0
- name: Run npm install
run: npm install
- name: Check all member data
run: ./src/memberData/bin/checkMembers.ts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Check all member data
# run: ./src/memberData/bin/checkMembers.ts
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: mfinelli/setup-imagemagick@v6
- name: Build generated resources
run: ./bin/make-generated-resources
Expand Down

0 comments on commit 7f14b94

Please sign in to comment.