Skip to content

fix: update required Python version to 3.11 in pyproject.toml (#34) #31

fix: update required Python version to 3.11 in pyproject.toml (#34)

fix: update required Python version to 3.11 in pyproject.toml (#34) #31

Workflow file for this run

name: Publish Docs
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions: {}
jobs:
build:
name: Build
uses: equinor/ops-actions/.github/workflows/[email protected]
with:
requirements: requirements-docs.txt
upload_artifact: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
permissions:
contents: read
publish:
name: Publish
needs: build
if: needs.build.outputs.artifact_uploaded == 'true'
uses: equinor/ops-actions/.github/workflows/[email protected]
with:
artifact_name: ${{ needs.build.outputs.artifact_name }}
permissions:
pages: write
id-token: write