Skip to content

Commit

Permalink
deploy.yml: rebuild website files after getting new member JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Aug 27, 2024
1 parent d9fd660 commit e1a30ac
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 @@ -22,6 +22,8 @@ jobs:
run: bash ./bin/update-new-members ${{ github.event.before }}
- name: Commit member changes, if any
run: bash ./bin/commit-member-changes
- name: Rebuild website files
uses: withastro/action@v2
deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit e1a30ac

Please sign in to comment.