Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Nov 12, 2024
1 parent da610ee commit 9f5e4a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,13 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: book
pattern: book/book/pandoc/paperback/100-exercises-to-learn-rust.pdf
pattern: online-pdf
- uses: pnpm/action-setup@v4
with:
version: 9
- run: ls -las ./book
- name: Run Gravity
run: pnpm dlx @gravityci/cli "/book/**/*"
run: pnpm dlx @gravityci/cli "./book/**/*"
env:
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}

Expand Down

0 comments on commit 9f5e4a0

Please sign in to comment.