This repository has been archived by the owner on Feb 19, 2024. It is now read-only.
Update README.md #399
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Apli internet | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
gh-pages-deploy: | |
name: On déploie à gh-pages | |
runs-on: ubuntu-latest | |
steps: | |
- name: Préparation de Node.js | |
uses: actions/[email protected] | |
with: | |
node-version: 16 | |
- name: Ouvrir la branche | |
uses: actions/checkout@v2 | |
- name: Nétoyer les dépendances d'installation | |
run: yarn install --frozen-lockfile | |
- name: Déployer | |
run: | | |
git config user.name "julienmalard" && git config user.email "[email protected]" | |
yarn déployer |