Skip to content

Unified all the indexes #57

Unified all the indexes

Unified all the indexes #57

Workflow file for this run

on: push
name: πŸš€ Deploy website on push
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
persist-credentials: false
- name: ✨ Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,md,html}
github_token: ${{ secrets.token }}
- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: efps.ftp.infomaniak.com
username: efps_e15
password: ${{ secrets.password }}