Skip to content

Commit

Permalink
ci: remove debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Nov 26, 2023
1 parent fea6c6c commit 13fd048
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ jobs:
- name: Build 🔨
run: npm run build

- name: Check all dirs
run: ls -alh

- name: check public
run: ls -alh public

- name: Check dist directory
run: ls -alh dist

- name: Deploy to GitHub Pages 🚀
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 13fd048

Please sign in to comment.