Skip to content

Commit

Permalink
Merge pull request #6 from konstellation-io/test-ci-2
Browse files Browse the repository at this point in the history
fix github pages deployment
  • Loading branch information
mgs95 authored Jul 21, 2020
2 parents 6ff8b17 + 875ecb1 commit f7c88a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install and Build 🔧
- uses: actions/checkout@v1
- run: |
run: |
yarn install
yarn docz:build
Expand Down
3 changes: 2 additions & 1 deletion doczrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default {
typescript: true
typescript: true,
base: '/kwc/'
}
2 changes: 2 additions & 0 deletions src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ export function Button({
}
}

// Another test

const btn = (
<div
className={cx(className, styles.btn, styles[theme], styles[align], {
Expand Down

0 comments on commit f7c88a0

Please # to comment.