missing install step

This commit is contained in:
Thomas Clavier 2023-11-24 10:48:02 +01:00
parent b72d578937
commit dec3667e07
No known key found for this signature in database
GPG key ID: 20CCE23E53E6E41A

View file

@ -26,7 +26,7 @@ jobs:
- name: build Pages
run: |
mkdir _site
docker run -u $(id -u):$(id -g) -v $(pwd):/workspace fa-builder npm run build
docker run -u $(id -u):$(id -g) -v $(pwd):/workspace fa-builder bash -c "env; npm install; npm run build"
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1
- name: Deploy to GitHub Pages