update
All checks were successful
Hugo / build (push) Successful in 23s

This commit is contained in:
Brooke 2024-05-06 19:59:00 -04:00
parent e2094a91e4
commit 1a6ad972f8

View file

@ -10,7 +10,7 @@ jobs:
runs-on: hugo-latest runs-on: hugo-latest
steps: steps:
- name: Grab packages - name: Grab packages
run: apk add rsync openssh-client run: apt install -y rsync openssh-client
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: 'true' submodules: 'true'