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.
1 parent a53e4f8 commit da610eeCopy full SHA for da610ee
.github/workflows/ci.yml
@@ -146,6 +146,22 @@ 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: book/book/pandoc/paperback/100-exercises-to-learn-rust.pdf
157
+ - uses: pnpm/action-setup@v4
158
159
+ version: 9
160
+ - name: Run Gravity
161
+ run: pnpm dlx @gravityci/cli "/book/**/*"
162
+ env:
163
+ GRAVITY_TOKEN: ${{ secrets.GRAVITY_TOKEN }}
164
+
165
formatter:
166
runs-on: ubuntu-latest
167
steps:
0 commit comments