diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e8c7acb2..dda78498 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -6,7 +6,7 @@ on: - main jobs: - build-and-upload: + build-docs: name: Build & Upload Artifact runs-on: ubuntu-latest steps: @@ -35,3 +35,18 @@ jobs: with: name: docs path: docs/_build + + upload-docs: + name: Upload docs to GitHub pages + runs-on: ubuntu-latest + needs: build-docs + steps: + - uses: actions/checkout@v3 + - uses: actions/download-artifact@v3 + with: + name: docs + + - name: Push to GitHub pages + uses: JamesIves/github-pages-deploy-action@v4 + with: + folder: html
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: