Skip to content

Changed file extension of bug report to yml (#1086) #472

Changed file extension of bug report to yml (#1086)

Changed file extension of bug report to yml (#1086) #472

Workflow file for this run

name: Deploy Documentation
on:
push:
branches:
- master
# allow manually starting this workflow
workflow_dispatch:
jobs:
deploy_documentation:
runs-on: ubuntu-latest
image: ubuntu:18.04

Check failure on line 14 in .github/workflows/api_docs.yml

View workflow run for this annotation

GitHub Actions / Deploy Documentation

Invalid workflow file

The workflow is not valid. .github/workflows/api_docs.yml (Line: 14, Col: 5): Unexpected value 'image'
steps:
- uses: actions/checkout@v2
- name: Build Doxygen Documentation
uses: mattnotmitt/doxygen-action@v1
with:
doxyfile-path: 'docs/doxygen.config'
- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
publish_dir: ./docs
destination_dir: tesseract
keep_files: true
external_repository: tesseract-robotics/tesseract_docs