Skip to content

Merge branch '56-question-answer-vs-solution-problem-use-single-synta… #28

Merge branch '56-question-answer-vs-solution-problem-use-single-synta…

Merge branch '56-question-answer-vs-solution-problem-use-single-synta… #28

Workflow file for this run

name: Generate_Doc
on:
push:
branches: [ main ]
pull_request:
branches: ['**']
jobs:
Sphinx_Make_HTML:
runs-on: ubuntu-latest
container: sphinxdoc/sphinx
steps:
- uses: actions/checkout@v3
- name: HTML_Doc
run: make -C doc html