Skip to content

(chore) CMS sync

(chore) CMS sync #75

name: Recreates the project.tar.gz file
on:
push:
branches:
- main
paths:
- "project/*"
jobs:
tarball:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.head_ref }}
- name: Create tar file
run: tar zcvf project.tar.gz project
- uses: stefanzweifel/git-auto-commit-action@master
with:
commit_message: New projet tarball
file_pattern: project.tar.gz