github-pages-deploy-action/.github/workflows/deploy.yml

19 lines
410 B
YAML
Raw Normal View History

name: Deploy Code to Release Branch
on:
workflow_dispatch:
jobs:
build:
name: Push to Release Branch
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.0.0
with:
branch: releases/v4-beta
2021-02-08 22:23:04 +08:00
folder: .
clean: false
2021-02-08 22:23:04 +08:00
single-commit: true