Merge pull request #129 from sine-fdn/martin/fix-gh-publishing #7
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
on: [push] | |
name: CI | |
jobs: | |
build_and_test: | |
name: Build Tech Specs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install Bikeshed | |
run: pip3 install bikeshed && bikeshed update | |
- name: Build docs | |
run: aa-exec --profile=chrome make |