We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b253709 commit 6257cfbCopy full SHA for 6257cfb
.github/workflows/gen-members.yml
@@ -54,6 +54,7 @@ jobs:
54
run: rm package-lock.json
55
- name: Install dependencies
56
run: |
57
+ sudo rm -f /etc/apt/apt-mirrors.txt # Remove custom mirror config if present
58
sudo apt-get update
59
sudo apt-get install -y libvips-dev build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
60
- name: Build Site
@@ -116,3 +117,4 @@ jobs:
116
117
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
118
run: npx netlify-cli deploy --dir=public --prod
119
120
+
0 commit comments