Skip to content

Commit

Permalink
fix(docs): fixed documentation command
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Aug 13, 2021
1 parent d5a4b00 commit 550407e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn doc
- name: Deploy 🚀 Documentation
uses: JamesIves/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Allows bypassing certain parts of the query before it's send to the server.

### Setup

```ts
import KeepLink from '@freshcells/apollo-link-field-keep'

// ...
Expand All @@ -27,6 +28,7 @@ Allows bypassing certain parts of the query before it's send to the server.
// .. other links
]),
})
```

You can then use the `@keep` directive as:

Expand Down

0 comments on commit 550407e

Please sign in to comment.