Skip to content

Create gh-pages branch #1

Create gh-pages branch

Create gh-pages branch #1

Workflow file for this run

on: workflow_dispatch
name: Create gh-pages branch
jobs:
create-branch:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
force_orphan: true