Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/merlinfuchs/kite
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed Feb 3, 2024
2 parents 0ee805f + 2281891 commit f014b98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
branches:
- main
paths:
- "kite-docs/**"

jobs:
publish:
Expand All @@ -20,7 +22,7 @@ jobs:
node-version: 18

- name: Build
working-directory: kite-web
working-directory: kite-docs
run: |
npm install
npm run build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
branches:
- main
paths:
- "kite-web/**"

jobs:
publish:
Expand Down

0 comments on commit f014b98

Please sign in to comment.