Skip to content

fix(docs): give the docs layout sidebar a min width #501

fix(docs): give the docs layout sidebar a min width

fix(docs): give the docs layout sidebar a min width #501

Workflow file for this run

name: Deploy
on:
workflow_run:
workflows: ["Test"]
types:
- completed
push:
branches:
- main
paths-ignore:
- "**.md"
jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- run: 'echo "TODO: This is where the deploy would happen."'