Skip to content

Add extra margin when ToC is removed #241

Add extra margin when ToC is removed

Add extra margin when ToC is removed #241

Workflow file for this run

---
name: publish-release
on:
push:
tags: ['v*']
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: gulp bundle
- run: |
gh release create \
"${{ github.ref_name }}" ./build/ui-bundle.zip --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger Netlify Build Hook
run: curl -X POST -d {} https://api.netlify.com/build_hooks/64e4682992f9ec30865c7c0b