1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-07-02 15:56:25 -04:00

Disable autofetching from workflow

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-17 20:39:02 -04:00 committed by tommytran732
parent 1c9e6ec3ee
commit 483a182aed
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ jobs:
submodules: true # Fetch Hugo themes (true OR recursive) submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Fecth External Blog #- name: Fecth External Blog
run: ./external-blogs.sh # run: ./external-blogs.sh
- name: Hugo setup - name: Hugo setup
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2

View File

@ -14,8 +14,8 @@ jobs:
submodules: true # Fetch Hugo themes (true OR recursive) submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Fecth External Blog #- name: Fecth External Blog
run: ./external-blogs.sh # run: ./external-blogs.sh
- name: Hugo setup - name: Hugo setup
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2