Skip to content

Commit

Permalink
Merge pull request #21 from Enaium-Fork/main
Browse files Browse the repository at this point in the history
>missing
  • Loading branch information
babyfish-ct authored Apr 11, 2024
2 parents 14908b1 + a5b7a92 commit 094bc4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install -g yarn
- run: yarn install
- run: yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions docs/mutation/save-command/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ Save commands provide multiple APIs for different languages and coding patterns,
<ul>
<li>KSqlCient.save</li>
<li>KSqlCient.insert</li>
<li>KSqlCient.update</li
<li>KSqlCient.merge</li
<li>KSqlCient.update</li>
<li>KSqlCient.merge</li>
<li>KSqlCient.append</li>
</ul>
</td>
Expand Down

0 comments on commit 094bc4f

Please sign in to comment.