Skip to content

Commit

Permalink
deploy.yml: only build once at end
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Aug 27, 2024
1 parent 07de35e commit 77b8db3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build website files
uses: withastro/action@v2
- name: Update new member files
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
- name: Build website files
uses: withastro/action@v2
deploy:
needs: build
Expand Down

0 comments on commit 77b8db3

Please sign in to comment.