Add test phase in CI for stdexec configuration #3988
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docs | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
doc: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Install tools | |
run: sudo apt-get install --no-install-recommends doxygen | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Make Docs | |
run: | | |
cd doc && make doc |