Skip to content

Misc - Update logos (#745) #316

Misc - Update logos (#745)

Misc - Update logos (#745) #316

Workflow file for this run

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