Checkout before setup

This commit is contained in:
Will Faught
2023-02-20 21:02:02 -08:00
parent 398c4739ce
commit ed85e0e128

View File

@@ -8,12 +8,12 @@ jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Install Hugo
run: sudo apt-get install hugo
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Hugo
run: sudo apt-get install hugo
- id: pages
name: Setup Pages
uses: actions/configure-pages@v2