GH: Fix pages deployment
This commit is contained in:
parent
96805eca37
commit
97fb17dfe5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -190,7 +190,7 @@ jobs:
|
||||||
WEBVM_MODE=github npm run build
|
WEBVM_MODE=github npm run build
|
||||||
|
|
||||||
# Move required files for gh-pages deployment to the deployment directory $DEPLOY_DIR.
|
# Move required files for gh-pages deployment to the deployment directory $DEPLOY_DIR.
|
||||||
- run: sudo mv build $DEPLOY_DIR
|
- run: sudo mv build/* $DEPLOY_DIR/
|
||||||
|
|
||||||
# We generate index.list files for our httpfs to function properly.
|
# We generate index.list files for our httpfs to function properly.
|
||||||
- name: make index.list
|
- name: make index.list
|
||||||
|
|
Loading…
Reference in a new issue