Skip to content

Commit

Permalink
Merge pull request #49 from calcit-lang/doc
Browse files Browse the repository at this point in the history
initial docs field support
  • Loading branch information
NoEgAm authored Sep 19, 2023
2 parents 487d9d9 + 57d1d2b commit 4e3abe8
Show file tree
Hide file tree
Showing 6 changed files with 1,331 additions and 615 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
cache: yarn

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.1/cr'
name: 'cr'
version: '0.8.0'
version: '0.8.1'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.1/caps'
name: 'caps'
version: '0.8.0'
version: '0.8.1'

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
Loading

0 comments on commit 4e3abe8

Please sign in to comment.