Skip to content

Commit

Permalink
git hub actions (chore): attempt 3 to add checks and more jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
01oseluiz committed Jan 31, 2024
1 parent edddb83 commit 3f86d6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "18.16.0"
cache: "npm"

- name: Install dependencies
run: npm ci

- name: Delete internal stories (that ones like ...internal.stories.ts|mdx)
run: make rm-int-stories
Expand Down

0 comments on commit 3f86d6b

Please sign in to comment.