mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-23 13:21:34 -05:00
Disable autofetching from workflow
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3f8fa7fd6f
commit
faf042eb62
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)
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
- name: Fecth External Blog
|
||||
run: ./external-blogs.sh
|
||||
#- name: Fecth External Blog
|
||||
# run: ./external-blogs.sh
|
||||
|
||||
- name: Hugo setup
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
|
@ -14,8 +14,8 @@ jobs:
|
||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
- name: Fecth External Blog
|
||||
run: ./external-blogs.sh
|
||||
#- name: Fecth External Blog
|
||||
# run: ./external-blogs.sh
|
||||
|
||||
- name: Hugo setup
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
|
Loading…
Reference in New Issue
Block a user