mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
fix CI deployment 11
This commit is contained in:
5
.github/workflows/deploy2.yml
vendored
5
.github/workflows/deploy2.yml
vendored
@@ -35,6 +35,11 @@ jobs:
|
|||||||
- uses: "actions/download-artifact@v4"
|
- uses: "actions/download-artifact@v4"
|
||||||
with: # Downloads all artifacts from the build job
|
with: # Downloads all artifacts from the build job
|
||||||
path: "./public"
|
path: "./public"
|
||||||
|
- run: | # Merge the subdirectories of public into a single directory
|
||||||
|
for dir in public/*; do
|
||||||
|
mv "$dir/"* public/
|
||||||
|
rmdir "$dir"
|
||||||
|
done
|
||||||
- uses: "actions/configure-pages@v4"
|
- uses: "actions/configure-pages@v4"
|
||||||
- uses: "actions/upload-pages-artifact@v3"
|
- uses: "actions/upload-pages-artifact@v3"
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user