Skip to content

Commit

Permalink
Merge pull request #96 from BU-Spark/quarto
Browse files Browse the repository at this point in the history
list dir
  • Loading branch information
trgardos authored Sep 3, 2024
2 parents 3cb1f15 + d9f370c commit 53e7015
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
- run: pip install -r quarto-lectures-source/requirements.txt
- run: pip list

- name: List Quarto Source Files
run: pwd; ls -la ./quarto-lectures-source

- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
with:
Expand Down

0 comments on commit 53e7015

Please sign in to comment.