From 60c9bdae65b36e289456fb3a94c6a106ed84b95e Mon Sep 17 00:00:00 2001 From: Artur Finger Date: Mon, 20 Nov 2023 14:04:23 +0200 Subject: [PATCH] debug --- .github/workflows/publish.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 98c5e9b..0856661 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,10 +60,31 @@ jobs: name: Publish API Docs runs-on: [ubuntu-latest] steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: 16 + cache: npm + # TODO remove this debug - name: Debug Echo Version run: echo ${{ env.VERSION }} + # - name: Debug pwd + # run: pwd + + # - name: Debug CAT package.json + # run: cat package.json + + # - name: Debug Lint + # run: npm run lint + + # - name: Debug Storybook help + # run: npm run storybook-help + - name: Build Storybook run: npm run build-storybook