Create gh-pages.yml

docs-add-demo
Meng Zhang 2023-06-05 18:39:49 -07:00 committed by GitHub
parent 5546794b65
commit 23e8795ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.github/workflows/gh-pages.yml vendored Normal file
View File

@ -0,0 +1,16 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy GitHub Pages
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: redkubes/docusaurus-deploy-action@v1
with:
source-folder: website
deployment-branch: main