File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6363 uses : ./
6464 with :
6565 project_path : " demo-project"
66- python_manager : " uv"
67- auto_deploy : " false"
66+ python_manager : " uv"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ runs:
107107 exit 1
108108 fi
109109 else
110- echo "GitHub Pages is enabled, proceeding to deployment ."
110+ echo "GitHub Pages is enabled, proceeding to uploading artifacts ."
111111 fi
112112
113113 # Clean up
@@ -137,7 +137,7 @@ runs:
137137 - name : Deployment skipped notice
138138 if : inputs.auto_deploy == 'false'
139139 run : |
140- echo "Auto-deployment is disabled."
140+ echo "WARNING: Auto-deployment is disabled."
141141 echo "Artifacts have been uploaded but not deployed."
142142 echo "To deploy manually, use the GitHub Pages settings or set auto_deploy: true"
143143 shell : bash
You can’t perform that action at this time.
0 commit comments