We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1a0eab + 9f5e4a0 commit 4194ee9Copy full SHA for 4194ee9
.github/workflows/ci.yml
@@ -146,6 +146,23 @@ jobs:
146
- run: |
147
git diff --exit-code site/_redirects
148
149
+ gravity:
150
+ runs-on: ubuntu-latest
151
+ needs: [build]
152
+ steps:
153
+ - uses: actions/download-artifact@v4
154
+ with:
155
+ path: book
156
+ pattern: online-pdf
157
+ - uses: pnpm/action-setup@v4
158
159
+ version: 9
160
+ - run: ls -las ./book
161
+ - name: Run Gravity
162
+ run: pnpm dlx @gravityci/cli "./book/**/*"
163
+ env:
164
+ GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}
165
+
166
formatter:
167
runs-on: ubuntu-latest
168
steps:
0 commit comments