Skip to content

docs: remove default theme and plugin docs #2

docs: remove default theme and plugin docs

docs: remove default theme and plugin docs #2

Workflow file for this run

name: release
on:
push:
tags:
- 'v*'
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to release branch
run: git push origin HEAD:release