We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e653b commit 2d37d83Copy full SHA for 2d37d83
1 file changed
.github/workflows/main.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
+ with:
14
+ submodules: true
15
16
- name: Setup Hugo
17
uses: peaceiris/actions-hugo@v3
@@ -19,9 +21,6 @@ jobs:
19
21
- name: Build Hugo site
20
22
run: hugo build --minify
23
- - name: List Hugo build output
- run: ls -R public/
24
-
25
- name: Authenticate to Google Cloud
26
uses: google-github-actions/auth@v3
27
with:
0 commit comments