mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31: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
|
- name: build Pages
|
||||||
run: |
|
run: |
|
||||||
mkdir _site
|
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
|
- name: Upload GitHub Pages artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
|
Loading…
Reference in New Issue
Block a user