Skip to content

refactor: shorten link to sibling document (#296) #253

refactor: shorten link to sibling document (#296)

refactor: shorten link to sibling document (#296) #253

Workflow file for this run

name: Build
on:
push:
branches:
- 'main'
- 'release/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
issues: read
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/workflows/actions/turbo
- name: Build
run: pnpm build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CSC: ${{ secrets.CSC }}
BRAND_URL: ${{ vars.BRAND_URL }}
- name: Upload markdown artifacts
uses: actions/upload-artifact@v4
with:
name: build-markdown-${{ github.run_id }}
path: |
build/docs/*.md
build/docs/**/*.md
if-no-files-found: error