From e1e40f9296f02639c5a3257dcfa28feed782a4e4 Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 28 Nov 2021 21:51:56 -0500 Subject: [PATCH] cicd --- .github/workflows/main.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..5a9f948 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,24 @@ + +name: CI +on: + push: + branches: + - main + +jobs: + build: + name: Deploy docs + runs-on: ubuntu-latest + steps: + - name: Checkout main + uses: actions/checkout@v2 + + - name: Deploy docs + uses: mhausenblas/mkdocs-deploy-gh-pages@master + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # CUSTOM_DOMAIN: optionaldomain.com + CONFIG_FILE: folder/mkdocs.yml + EXTRA_PACKAGES: build-base + # GITHUB_DOMAIN: github.myenterprise.com + REQUIREMENTS: folder/requirements.txt