Skip to content

Deploy documentations artefacts [PROD] #42

Deploy documentations artefacts [PROD]

Deploy documentations artefacts [PROD] #42

name: Deploy documentations artefacts [PROD]
on:
workflow_dispatch:
workflow_run:
workflows: ["Release"]
branches: [master]
types: [completed]
jobs:
run:
name: Deploy artifacts [PROD]
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/documentation-deploy-common.yml
with:
path: 'current'
ref: 'master'
secrets: inherit