debug
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -153,12 +153,13 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: book
|
path: book
|
||||||
pattern: book/book/pandoc/paperback/100-exercises-to-learn-rust.pdf
|
pattern: online-pdf
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 9
|
version: 9
|
||||||
|
- run: ls -las ./book
|
||||||
- name: Run Gravity
|
- name: Run Gravity
|
||||||
run: pnpm dlx @gravityci/cli "/book/**/*"
|
run: pnpm dlx @gravityci/cli "./book/**/*"
|
||||||
env:
|
env:
|
||||||
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}
|
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user