mirror of https://github.com/acid-info/lsd.git
story: locate .github in the root directory
This commit is contained in:
parent
e6efc29869
commit
d8ac560a08
|
@ -24,3 +24,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
|
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
|
||||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||||
|
workingDir: packages/lsd-react
|
||||||
|
exitZeroOnChanges: true # 👈 Option to prevent the workflow from failing
|
Loading…
Reference in New Issue