Skip to content

Merge pull request #9 from ColibrITD-SAS/dev #21

Merge pull request #9 from ColibrITD-SAS/dev

Merge pull request #9 from ColibrITD-SAS/dev #21

Workflow file for this run

name: Build and Publish
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build_publish_docs:

Check failure on line 12 in .github/workflows/mpqp_prod.yml

View workflow run for this annotation

GitHub Actions / Build and Publish

Invalid workflow file

The workflow is not valid. .github/workflows/mpqp_prod.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
# Deploy to cloudflare
runs-on: ubuntu-latest
needs: build_publish_package
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