Skip to content

Commit

Permalink
STW: add project-archive to preview; deploy to showtime-website (gh-p…
Browse files Browse the repository at this point in the history
…ages-action) w/o drafts
  • Loading branch information
bkleinen committed Jul 16, 2024
1 parent cb8cd12 commit 8628749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: false
- name: Get Theme
run: |
git submodule update --init themes/showtime-theme-2021
submodules: true

- name: Hugo setup
uses: peaceiris/actions-hugo@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true

- name: Hugo setup
uses: peaceiris/actions-hugo@v3
with:
Expand Down

0 comments on commit 8628749

Please sign in to comment.