Browse Source

give right to right

pull/406/merge
Thomas Clavier 1 year ago
parent
commit
39f3ed6275
No known key found for this signature in database
GPG Key ID: 20CCE23E53E6E41A
  1. 2
      .github/workflows/gh-pages.yml

2
.github/workflows/gh-pages.yml

@ -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

Loading…
Cancel
Save