Skip to content

Commit

Permalink
fix contributors directory not created if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Jun 27, 2024
1 parent 9428747 commit 34067f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scraper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
SLACK_API_TOKEN: ${{ secrets.SLACK_API_TOKEN }}
SLACK_CHANNEL: ${{ inputs.slack-eod-channel }}

- run: mkdir -p contributors
- name: Generate markdown files for new contributors
run: node scripts/generateNewContributors.js
env:
Expand Down

0 comments on commit 34067f6

Please sign in to comment.