docs: fix convertion of co2 emissions with car distance #158
Workflow file for this run
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: Validation des dépendances | |
on: [pull_request] | |
jobs: | |
dependencies: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🛒 Checkout | |
uses: actions/checkout@v3 | |
- name: ✨ Setup Hugo | |
uses: peaceiris/actions-hugo@v2 | |
with: | |
hugo-version: "latest" | |
- name: ✨ Setup NPM | |
uses: bahmutov/npm-install@v1 | |
- name: 🛠️ Build | |
run: hugo |