Skip to content

Commit 9f5e4a0

Browse files
committed
debug
1 parent da610ee commit 9f5e4a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,13 @@ jobs:
153153
- uses: actions/download-artifact@v4
154154
with:
155155
path: book
156-
pattern: book/book/pandoc/paperback/100-exercises-to-learn-rust.pdf
156+
pattern: online-pdf
157157
- uses: pnpm/action-setup@v4
158158
with:
159159
version: 9
160+
- run: ls -las ./book
160161
- name: Run Gravity
161-
run: pnpm dlx @gravityci/cli "/book/**/*"
162+
run: pnpm dlx @gravityci/cli "./book/**/*"
162163
env:
163164
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}
164165

0 commit comments

Comments
 (0)