We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb7bfa commit 873506eCopy full SHA for 873506e
.github/workflows/deploy.yml
@@ -105,7 +105,7 @@ jobs:
105
vrt:
106
name: Testing visual regression
107
needs: [changed-files]
108
- if: ${{ needs.changed-files.outputs.any_changed == 'true' }}
+ if: ${{ needs.changed-files.outputs.any_changed == true }}
109
uses: ./.github/workflows/vrt.yml
110
with:
111
skip: false
app/components/CardWithImage.stories.ts
@@ -6,7 +6,6 @@ import { CardWithImage } from "./CardWithImage";
6
const meta = {
7
title: "Molecules/CardWithImage",
8
component: CardWithImage,
9
- // Docs w
10
// tags: ["autodocs"],
11
} satisfies Meta<typeof CardWithImage>;
12
0 commit comments