Skip to content

Commit 6257cfb

Browse files
authored
Refactor Gen Members Pages workflow
Updated the GitHub Actions workflow for generating members pages, including improved dependency management and artifact handling.
1 parent b253709 commit 6257cfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gen-members.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
run: rm package-lock.json
5555
- name: Install dependencies
5656
run: |
57+
sudo rm -f /etc/apt/apt-mirrors.txt # Remove custom mirror config if present
5758
sudo apt-get update
5859
sudo apt-get install -y libvips-dev build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
5960
- name: Build Site
@@ -116,3 +117,4 @@ jobs:
116117
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
117118
run: npx netlify-cli deploy --dir=public --prod
118119

120+

0 commit comments

Comments
 (0)