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