Skip to content

Commit

Permalink
GH: Fix pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexp-sssup committed Oct 15, 2024
1 parent 96805ec commit 97fb17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
WEBVM_MODE=github npm run build
# 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.
- name: make index.list
Expand Down

0 comments on commit 97fb17d

Please sign in to comment.