|
|
@ -12,7 +12,7 @@ jobs:
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
submodules: recursive
|
|
|
|
submodules: recursive
|
|
|
|
- name: Install Hugo
|
|
|
|
- name: Setup Hugo
|
|
|
|
run: sudo apt-get install hugo
|
|
|
|
run: sudo apt-get install hugo
|
|
|
|
- id: pages
|
|
|
|
- id: pages
|
|
|
|
name: Setup Pages
|
|
|
|
name: Setup Pages
|
|
|
@ -35,7 +35,7 @@ jobs:
|
|
|
|
# uses: actions/checkout@v3
|
|
|
|
# uses: actions/checkout@v3
|
|
|
|
# with:
|
|
|
|
# with:
|
|
|
|
# submodules: recursive
|
|
|
|
# submodules: recursive
|
|
|
|
# - name: Install Hugo
|
|
|
|
# - name: Setup Hugo
|
|
|
|
# run: choco install hugo
|
|
|
|
# run: choco install hugo
|
|
|
|
# - name: Build
|
|
|
|
# - name: Build
|
|
|
|
# run: |
|
|
|
|
# run: |
|
|
|
|