Skip to content

fix: check if asset id exists before creating a hotspot image #15

fix: check if asset id exists before creating a hotspot image

fix: check if asset id exists before creating a hotspot image #15

Workflow file for this run

name: "Documentation"
on:
pull_request:
branches:
- "6.9"
push:
branches:
- "6.9"
- "*_actions_6x"
jobs:
docs:
name: "Generate docs with Daux"
runs-on: "ubuntu-20.04"
steps:
- name: "Checkout code"
uses: "actions/checkout@v2"
- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "7.2"
- name: "Run generation of docs"
run: ".github/ci/scripts/docs.sh"