Skip to content

Commit

Permalink
give right to right
Browse files Browse the repository at this point in the history
  • Loading branch information
tclavier committed Nov 24, 2023
1 parent dec3667 commit 39f3ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39f3ed6

Please sign in to comment.