Skip to content

remove usage of non-standard types in std::char_traits #113

remove usage of non-standard types in std::char_traits

remove usage of non-standard types in std::char_traits #113

Workflow file for this run

name: documentation
on:
push:
branches:
- main
jobs:
build_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install -y doxygen
- run: doxygen ./Doxyfile
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doxygen/html