Skip to content

Commit

Permalink
ci: check the contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 13, 2023
1 parent 9bc074b commit 396126d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
chrome-version: latest
- name: Install Node Dependencies
run: npm ci
- run: ls -la
- run: cd gh-pages ls -la
- run: cd github-pages ls -la
# - name: Lint
# run: npm run test:lint
# - name: Run Tests
Expand Down

0 comments on commit 396126d

Please sign in to comment.