mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-01-08 15:45:49 +01:00
fix CI deployment 8
This commit is contained in:
3
.github/workflows/deploy1.yml
vendored
3
.github/workflows/deploy1.yml
vendored
@@ -51,8 +51,9 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rebuild: # Makes sure all artifacts are updated and use the new version for the next deployment steps
|
||||
deploy: # Makes sure all artifacts are updated and use the new version for the next deployment steps
|
||||
needs: "update-versions"
|
||||
uses: "./.github/workflows/deploy2.yml"
|
||||
secrets: "inherit" # Inherit the secrets from the parent workflow
|
||||
with:
|
||||
ref: "master" # Ensure we are cloning the latest version of the repository
|
||||
|
||||
Reference in New Issue
Block a user