Skip to content

Documentation: preview videos loading in older Safari browser fixed #329

Documentation: preview videos loading in older Safari browser fixed

Documentation: preview videos loading in older Safari browser fixed #329

Workflow file for this run

name: CI-CD
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
init:
uses: ./.github/workflows/init.yml
ci:
uses: ./.github/workflows/ci.yml
needs: init
doc:
uses: ./.github/workflows/doc.yml
needs: ci
release:
uses: ./.github/workflows/release.yml
secrets: inherit
needs: doc