mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2024-12-12 01:04:44 -05:00
Disable autofetching from workflow
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
1c9e6ec3ee
commit
483a182aed
4
.github/workflows/firebase-hosting-merge.yml
vendored
4
.github/workflows/firebase-hosting-merge.yml
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user