Attempt to fix ci
This commit is contained in:
parent
11513f73b7
commit
2bf3296c0f
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '18'
|
||||||
- uses: bahmutov/npm-install@v1
|
- uses: bahmutov/npm-install@v1
|
||||||
- run: yarn build-storybook -o ./build_storybook
|
- run: yarn build-storybook -o ./build_storybook
|
||||||
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git
|
- run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -56,3 +56,5 @@ jspm_packages
|
|||||||
|
|
||||||
/stories/assets/fonts/
|
/stories/assets/fonts/
|
||||||
/.storybook/static/keycloak_static/
|
/.storybook/static/keycloak_static/
|
||||||
|
/build_storybook/
|
||||||
|
/storybook-static/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user