Skip to content

update deploy

update deploy #2

Workflow file for this run

name: Deploy to GitHub Pages #nom de notre process
on:
push:
branches:
- main #des que cette branche recoit un “push” la CI/CD tournera son job
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4 #il sert a creer notre config pour github pages
with:
github_token: ${{ secrets.GITHUB_TOKEN }} #les workflow permissions qu’on a activé
publish_dir: ./src #fichiers qu’on va publier sur le serveur
- name: Install necessary packages
    run: npm install
- name: Run Lighthouse CI

Check failure on line 24 in .github/workflows/deployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deployment.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
uses: treosh/lighthouse-ci-action@v11
with:
urls: |
https://lucashimpens.io/jftl-lighthouse-workshop/
configPath: './lighthouserc.js'
temporaryPublicStorage: true # upload lighthouse report to the temporary storage