Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewww authored Sep 20, 2024
1 parent 145bf8c commit 0a18675
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
with:
python-version: '3.x'

- name: List files in the repository ..
run: ls -la ../../site
- name: List files in the root directory
run: ls -la

- name: List files in the site directory
run: ls -la site

- name: Install dependencies
run: |
Expand Down

0 comments on commit 0a18675

Please sign in to comment.