From 23e8795ff6caa8fe79ffd5607fd6bb30f4aeaced Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 5 Jun 2023 18:39:49 -0700 Subject: [PATCH] Create gh-pages.yml --- .github/workflows/gh-pages.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/gh-pages.yml diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml new file mode 100644 index 0000000..3990d72 --- /dev/null +++ b/.github/workflows/gh-pages.yml @@ -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