Skip to content

All - Fix Macros (#219) #19

All - Fix Macros (#219)

All - Fix Macros (#219) #19

Workflow file for this run

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