Skip to content

Commit 028756d

Browse files
add user control to deploy pages
1 parent 6923095 commit 028756d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@ jobs:
6363
uses: ./
6464
with:
6565
project_path: "demo-project"
66-
python_manager: "uv"
67-
auto_deploy: "false"
66+
python_manager: "uv"

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)