Skip to content

Radio - Fix Half-Duplex keying not muting ongoing transmissions (#1266) #231

Radio - Fix Half-Duplex keying not muting ongoing transmissions (#1266)

Radio - Fix Half-Duplex keying not muting ongoing transmissions (#1266) #231

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
jobs:
update:
runs-on: ubuntu-latest
if: github.repository == 'IDI-Systems/acre2' && ! contains(github.event.head_commit.message, '[ci skip]')
steps:
- name: Checkout the source code
uses: actions/checkout@v3
- name: Install Python packages
run: |
pip3 install wheel
pip3 install setuptools
pip3 install pygithub
pip3 install pygithub3
- name: Deploy
run: python3 tools/deploy.py
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}