Skip to content

Commit

Permalink
Merge pull request #208 from mainmatter/gravity
Browse files Browse the repository at this point in the history
run Gravity on online PDF
  • Loading branch information
marcoow authored Nov 12, 2024
2 parents f1a0eab + 9f5e4a0 commit 4194ee9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,23 @@ jobs:
- run: |
git diff --exit-code site/_redirects
gravity:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/download-artifact@v4
with:
path: book
pattern: online-pdf
- uses: pnpm/action-setup@v4
with:
version: 9
- run: ls -las ./book
- name: Run Gravity
run: pnpm dlx @gravityci/cli "./book/**/*"
env:
GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}

formatter:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4194ee9

Please sign in to comment.