Skip to content

Add Spearhead 1944 (SPE) compatibility (#1264) #239

Add Spearhead 1944 (SPE) compatibility (#1264)

Add Spearhead 1944 (SPE) compatibility (#1264) #239

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 }}