Skip to content

Commit e55d499

Browse files
committed
merge main
2 parents 8410440 + e238bf9 commit e55d499

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:
16-
submodules: false
16+
submodules: true
17+
1718

1819
- name: Hugo setup
1920
uses: peaceiris/actions-hugo@v3

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
submodules: true
16+
1617
- name: Hugo setup
1718
uses: peaceiris/actions-hugo@v3
1819
with:

.github/workflows/gh-pages-action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
run: |
4848
hugo \
4949
--environment production \
50-
--buildDrafts \
5150
--baseURL 'https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}'
5251
5352
- name: "Upload artifact"

0 commit comments

Comments
 (0)