Skip to content

Commit

Permalink
attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyscott25 committed Mar 20, 2024
1 parent 9925f99 commit 8120fa2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v3
with:
submodules: recursive # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
# with:
# submodules: recursive # Fetch Hugo themes (true OR recursive)
# fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Get submodules
run: git submodule update --init --recursive

- name: Install Hugo
run: sudo apt install hugo -y
Expand Down

0 comments on commit 8120fa2

Please sign in to comment.