Skip to content

Commit

Permalink
docs: bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Dec 2, 2023
1 parent 98e8ddb commit e45829f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ on:
workflow_dispatch:

jobs:
build:
storybook:
name: 🎨 Storybook Build & Deploy to GH Pages
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/Iron

Expand All @@ -44,11 +45,11 @@ jobs:
cmd: build:docs

- name: Upload Storybook
uses: actions/upload-pages-artifact@v1.0.4
uses: actions/upload-pages-artifact@v2
with:
path: storybook-static

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2
with:
token: ${{ github.token }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: echo ${{ github.workspace }}

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/Iron

Expand Down

0 comments on commit e45829f

Please sign in to comment.