Skip to content

Commit

Permalink
ci: Disables e4e-dev artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui authored Mar 28, 2024
1 parent cec4ec7 commit 060b65a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/static_site_build_e4e_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
run: bundle exec jekyll build --baseurl "" --config _config.yml,_e4e_dev_config.yml
env:
JEKYLL_ENV: production
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: e4e-dev.ucsd.edu-${{ github.sha }}-${{ github.run_attempt }}
path: _site/
# - name: Upload artifact
# uses: actions/upload-artifact@v4
# with:
# name: e4e-dev.ucsd.edu-${{ github.sha }}-${{ github.run_attempt }}
# path: _site/

0 comments on commit 060b65a

Please sign in to comment.