From cec4ec7d3243a4c2bc3ff3883d166118ed3a599b Mon Sep 17 00:00:00 2001 From: Nathan Hui Date: Thu, 28 Mar 2024 09:30:00 -0700 Subject: [PATCH] ci: disables deploy artifact --- .github/workflows/jekyll.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index eafbdb6a..2dae19e1 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -52,9 +52,9 @@ jobs: run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" --config _config.yml,_dev_config.yml env: JEKYLL_ENV: production - - name: Upload artifact - # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@v3 + # - name: Upload artifact + # # Automatically uploads an artifact from the './_site' directory by default + # uses: actions/upload-pages-artifact@v3 # Deployment job deploy: