Skip to content

Doc Homepage -> Fix build failing on GitHub runner due to missing `md… #22

Doc Homepage -> Fix build failing on GitHub runner due to missing `md…

Doc Homepage -> Fix build failing on GitHub runner due to missing `md… #22

Workflow file for this run

name: homepage
on:
workflow_dispatch: # manual trigger
pull_request:
types: [ opened, reopened, synchronize, edited, ready_for_review ]
push:
branches: [
"main",
"development"
]
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-*
jobs:
homepage:
uses: ./.github/workflows/job-homepage.yaml
permissions:
contents: read
pages: write
id-token: write
with:
runs-on: "${{ vars.OPENDUT_GH_RUNNER_SMALL || '[\"ubuntu-latest\"]' }}"