Skip to content

Commit

Permalink
order list alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
imran110219 committed Oct 25, 2024
1 parent 360ccb5 commit 675687d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
python-version: '3.9'
node-version: '14'

- name: Extract developer data
run: python docs/extract_developers.py # Make sure the script is named correctly
- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 675687d

Please sign in to comment.