mirror of
https://github.com/dwmkerr/hacker-laws.git
synced 2025-12-17 04:35:12 +01:00
fix
This commit is contained in:
3
.github/workflows/pages.yaml
vendored
3
.github/workflows/pages.yaml
vendored
@@ -36,7 +36,8 @@ jobs:
|
|||||||
cd .github/website
|
cd .github/website
|
||||||
make install
|
make install
|
||||||
make build
|
make build
|
||||||
cp build/. '../pages'
|
cp -r build/. '../pages'
|
||||||
|
ls -al "../pages"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user