fix(corpus): remet le lien vers la page des articles dans la traducti… #272
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: Node `front` application | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- 'front/**' | |
- '.github/workflows/node*.yml' | |
pull_request: | |
paths: | |
- 'front/**' | |
- '.github/workflows/node*.yml' | |
jobs: | |
build: | |
uses: EcrituresNumeriques/stylo/.github/workflows/node.yml@master | |
with: | |
app-dir: front |