fix(post): Fix liquid formatting

This commit is contained in:
Timothy Stewart
2024-01-21 22:04:09 -06:00
parent b9d94f3675
commit 0ae666dfe5
4 changed files with 9 additions and 0 deletions

View File

@@ -57,6 +57,9 @@ jobs:
* fdad:bad:ba55::/64
EOF
- name: Add Vagrant Boxes
run: ./.github/download-boxes.sh
- name: Install dependencies
run: |
echo "::group::Upgrade pip"