Skip to content

Commit

Permalink
add npm run build to gha to catch broken links and non-compiling docs…
Browse files Browse the repository at this point in the history
…. included a broken link to test
  • Loading branch information
317brian committed Aug 11, 2023
1 parent 1ef1711 commit f6ec159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
run: |
(cd website && npm install)
cd website
npm run build
npm run spellcheck
- name: web console
Expand Down
2 changes: 2 additions & 0 deletions docs/querying/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ Druid's SQL planner uses the null filter by default instead of selector filter w
{ "type": "null", "column": "someColumn" }
```

[bob](asdf.md)

## Column comparison filter

The column comparison filter is similar to the selector filter, but compares dimensions to each other. For example:
Expand Down

0 comments on commit f6ec159

Please sign in to comment.