mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-12 11:12:30 -04:00
Disable autofetching from workflow
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3f8fa7fd6f
commit
faf042eb62
2 changed files with 4 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue