From 483a182aed68be8191b5be0d6ffd38531be6be12 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 17 Jul 2022 20:39:02 -0400 Subject: [PATCH] Disable autofetching from workflow Signed-off-by: Tommy --- .github/workflows/firebase-hosting-merge.yml | 4 ++-- .github/workflows/firebase-hosting-pull-request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 9b48cac..5cf5985 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -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 diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index b8d1764..7276126 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -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