mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-25 13:01:31 +08:00
missing install step
This commit is contained in:
parent
b72d578937
commit
dec3667e07
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user