Skip to content

gh-78: new barriers management api #146

gh-78: new barriers management api

gh-78: new barriers management api #146

Workflow file for this run

name: 📚 docs c/c++ & python
on:
push:
branches: [ main ]
paths:
- '.github/**'
- 'engine/**'
- 'Doxyfile'
- 'README.md'
jobs:
build:
# Do not attempt to deploy documentation on forks
if: github.repository_owner == 'EgorOrachyov'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Generate documentation
uses: mattnotmitt/[email protected]
- name: Publish to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html/