Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fingerartur committed Nov 20, 2023
1 parent d7026c9 commit 60c9bda
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 60c9bda

Please sign in to comment.