Skip to content

Commit

Permalink
chore(ci): add ls command for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cuppajoeman committed Sep 3, 2024
1 parent a35010c commit 711fd97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/openmath.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
uses: actions/setup-node@v4
# with:
# node-version: '20.x'
- run: cd scripts/precompiled_html_generation
- run: |
cd scripts/precompiled_html_generation
ls
- name: Install dependencies
run: npm ci
- name: Compile latex
Expand Down

0 comments on commit 711fd97

Please sign in to comment.