Skip to content

Commit

Permalink
ci: remove debug jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbeard committed Feb 11, 2024
1 parent 47ea222 commit 3adbfb0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,9 @@ jobs:
name: src
path: dist

- name: ls
run: ls -l dist/ && head dist/index.html

- name: Minify
run: minify --recursive --output . .

- name: ls
run: ls -l dist/ && head dist/index.html

- uses: actions/upload-artifact@master
name: Upload Resume Artifacts
with:
Expand Down

0 comments on commit 3adbfb0

Please sign in to comment.