Skip to content

Fixing banner on pipy #1

Fixing banner on pipy

Fixing banner on pipy #1

Workflow file for this run

name: Documentation deployement
on:
pull_request_target:
types:
- closed
branches:
- main
jobs:
build_publish_docs:
# Deploy to cloudflare
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Document
run: |
pip install -r requirements-dev.txt
sphinx-build -b html docs build
- name: Publish
uses: cloudflare/pages-action@1
with:
apiToken: ${{ secrets.PRD_CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.PRD_CLOUDFLARE_ACCOUNT_ID }}
projectName: mpqp
directory: build