give right to right

This commit is contained in:
Thomas Clavier 2023-11-24 10:53:04 +01:00
parent dec3667e07
commit 39f3ed6275
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 bash -c "env; npm install; npm run build"
docker run -u $(id -u):$(id -g) -v $(pwd):/workspace fa-builder bash -c "export HOME=/workspace; npm install; npm run build"
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1
- name: Deploy to GitHub Pages