Skip to content

Commit

Permalink
build hugo with various versions gh action - remove project archive
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Jul 31, 2023
1 parent 65c2805 commit 8416732
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/hugo-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: true

submodules: false
- name: Get Theme
run: |
git submodule update --init themes/showtime-theme-2021
- name: Hugo Build
uses: peaceiris/actions-hugo@v2
with:
Expand Down

0 comments on commit 8416732

Please sign in to comment.