subsys: ctr_lte_v2 and ctr_gnss: Upgrade lte v2 to state maschine and… #33
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: Documentation build CI | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
path: 'chester-sdk' | |
- uses: actions/checkout@v2 | |
with: | |
repository: 'jothepro/doxygen-awesome-css' | |
path: 'doxygen-awesome-css' | |
- name: Build docs | |
uses: mattnotmitt/[email protected] | |
with: | |
working-directory: 'chester-sdk' | |
- name: Deploy | |
uses: peaceiris/actions-gh-pages@v3 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
publish_dir: ./chester-sdk/doc/html | |