We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f11092 commit 6f149d6Copy full SHA for 6f149d6
.github/workflows/generate.yml
@@ -27,10 +27,8 @@ jobs:
27
url: ${{ steps.deployment.outputs.page_url }}
28
runs-on: ubuntu-24.04
29
steps:
30
- - uses: awalsh128/cache-apt-pkgs-action@latest
31
- with:
32
- packages: lowdown imagemagick
33
- version: 1.0
+ - name: Install deps
+ run: sudo apt install lowdown imagemagick
34
- name: Checkout
35
uses: actions/checkout@v4
36
- name: Generate
0 commit comments