Skip to content

Publish the shared library to npmjs #4

Publish the shared library to npmjs

Publish the shared library to npmjs #4

Workflow file for this run

name: Publish @netfoundry/docusaurus-shared
on:
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
registry-url: 'https://registry.npmjs.org'
cache-dependency-path: lib/yarn.lock
- name: Publish
run: ./lib/packages/docusaurus-shared/publish.sh