Skip to content

Translations - Add French (#1341) #276

Translations - Add French (#1341)

Translations - Add French (#1341) #276

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