From 88feb92badd917492a10daed1b69d73baf51e3ef Mon Sep 17 00:00:00 2001 From: Martin Liu Date: Wed, 21 Feb 2024 09:56:53 +0800 Subject: [PATCH] gh-pages comments out --- .github/workflows/hugo.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 0d4b24a..bc2d748 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -61,13 +61,13 @@ jobs: uses: actions/upload-pages-artifact@v3 with: path: ./public - - name: Deploy to gh-pages 🚀 # gh-pages 用于测试目的,同时也是 staging 环境 - uses: JamesIves/github-pages-deploy-action@v4 - with: - branch: gh-pages - folder: ./public - clean: true - single-commit: true + # - name: Deploy to gh-pages 🚀 # gh-pages 用于测试目的,同时也是 staging 环境 + # uses: JamesIves/github-pages-deploy-action@v4 + # with: + # branch: gh-pages + # folder: ./public + # clean: true + # single-commit: true # Deployment job deploy: