Skip to content

Commit

Permalink
ci: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daenub committed Nov 25, 2024
1 parent 5a67d72 commit 298ee5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- uses: actions/checkout@v4

# Set up Node
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20.x"

#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.2
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
with:
build_command: npm run storybook:build # default: npm run build-storybook
path: docs # default: dist/storybook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
Expand Down

0 comments on commit 298ee5d

Please sign in to comment.