diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 97f8b12..982ea32 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -6,7 +6,8 @@ on: workflow_dispatch: jobs: - build: + build-docs: + name: 🎨 Storybook Docs 📃 permissions: pages: write # to deploy to Pages id-token: write # to verify the deployment originates from an appropriate source diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c69aca1..e490e8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,16 +16,16 @@ jobs: if: ${{!contains(github.event.head_commit.message, '[skip ci]') && !startsWith(github.event.head_commit.message, 'chore:') && !startsWith(github.event.head_commit.message, 'style:') && !startsWith(github.event.head_commit.message, 'docs:') && !contains(github.event.pull_request.title, '[skip ci]') && !startsWith(github.event.pull_request.title, 'chore:') && !startsWith(github.event.pull_request.title, 'style:') && !startsWith(github.event.pull_request.title, 'docs:') && !startsWith(github.event.head_commit.message, 'chore(') && !startsWith(github.event.head_commit.message, 'style(') && !startsWith(github.event.head_commit.message, 'docs(') && !startsWith(github.event.pull_request.title, 'chore(') && !startsWith(github.event.pull_request.title, 'style(') && !startsWith(github.event.pull_request.title, 'docs(') }} runs-on: ubuntu-latest steps: - - name: Checkout + - name: 🔃 Checkout uses: actions/checkout@v4 - run: echo ${{ github.workspace }} - - name: Setup Node.js + - name: 🧫 Setup Node.js uses: actions/setup-node@v4 with: node-version: lts/Iron - - name: Cache node_modules + - name: 💾 Cache node_modules id: cache-node-modules uses: actions/cache@v3 with: