From 7b6f98f97db694ae6996e9e932fa6645cfe78fb9 Mon Sep 17 00:00:00 2001 From: phiarchitect Date: Fri, 3 Nov 2023 05:27:50 -0700 Subject: [PATCH] add actions --- .github/FUNDING.yml | 13 +++++++++++++ .github/workflows/action.yml | 20 ++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/workflows/action.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..3efb314 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,13 @@ +# These are supported funding model platforms + +github: [geometor] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml new file mode 100644 index 0000000..ecbe25e --- /dev/null +++ b/.github/workflows/action.yml @@ -0,0 +1,20 @@ +name: Build and Deploy Sphinx + +on: + push: + branches: + - main # or master, depending on your default branch name + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + + steps: + - name: actions/checkout@v3 + uses: actions/checkout@v3 + + - name: photon-platform/action-deploy-sphinx-gh-pages + uses: photon-platform/action-deploy-sphinx-gh-pages@v12 + with: + modules_repo_urls: 'https://github.com/geometor/model.git,https://github.com/geometor/render.git,https://github.com/geometor/divine.git' + # python_version: '3.x' # Optional, default is '3.x'