1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-06-30 14:56:18 -04:00

Fetch submodule

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-17 20:09:36 -04:00 committed by tommytran732
parent 07fefa33a9
commit fc566a0e8f
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Hugo setup
uses: peaceiris/actions-hugo@v2

View File

@ -10,6 +10,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Hugo setup
uses: peaceiris/actions-hugo@v2