Skip to content

Merge pull request #1263 from storyblok/docs/server-components-fix-doc #19

Merge pull request #1263 from storyblok/docs/server-components-fix-doc

Merge pull request #1263 from storyblok/docs/server-components-fix-doc #19

Workflow file for this run

name: Publish Any Commit
on:
push:
branches:
- '**'
tags:
- '!**'
env:
PNPM_CACHE_FOLDER: .pnpm-store
HUSKY: 0 # Bypass husky commit hook for CI
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Commit publish
working-directory: lib
run: npx pkg-pr-new publish --compact