Skip to content

Commit

Permalink
ci: disables deploy artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui authored Mar 28, 2024
1 parent 12c85ac commit cec4ec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cec4ec7

Please sign in to comment.