Remove submodule option

master
Will Faught 1 year ago
parent e75b078223
commit 205003830a

@ -21,8 +21,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Hugo
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
@ -45,8 +43,6 @@ jobs:
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# with:
# submodules: recursive
# - name: Setup Hugo
# run: choco install hugo-extended
# - name: Setup Embedded Dart Sass

Loading…
Cancel
Save