Skip to content

Commit 637eea3

Browse files
committed
refactor(workflows): rename Publish (Dev) to Preview (Dev)
Clearer naming convention: - Preview (Dev) = deploy to dev preview site (temporary/staging) - Publish (Live) = deploy to production (permanent/public) Renamed files: - tinytorch-publish-dev.yml → tinytorch-preview-dev.yml - kits-publish-dev.yml → kits-preview-dev.yml - labs-publish-dev.yml → labs-preview-dev.yml - book-deploy-preview.yml → book-preview-dev.yml Updated workflow names to use 👁️ Preview (Dev) icon/naming.
1 parent 17d6458 commit 637eea3

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: '📚 Book · 💯 Publish (Dev)'
1+
name: '📚 Book · 👁️ Preview (Dev)'
22

33
env:
44
ARTIFACT_NAME: dev-html-linux # The name of the artifact produced by the 'validate-dev' workflow

.github/workflows/kits-build-pdfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ jobs:
9898
echo "" >> $GITHUB_STEP_SUMMARY
9999
echo "To deploy with this PDF, run the appropriate publish workflow:" >> $GITHUB_STEP_SUMMARY
100100
echo "- **Live**: Kits Publish (Live)" >> $GITHUB_STEP_SUMMARY
101-
echo "- **Dev**: Kits Publish (Dev)" >> $GITHUB_STEP_SUMMARY
101+
echo "- **Dev**: Kits Preview (Dev)" >> $GITHUB_STEP_SUMMARY
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: '📦 Kits · 💯 Publish (Dev)'
1+
name: '📦 Kits · 👁️ Preview (Dev)'
22

33
# Builds and deploys Hardware Kits site (with PDF) to dev preview
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: '🔮 Labs · 💯 Publish (Dev)'
1+
name: '🔮 Labs · 👁️ Preview (Dev)'
22

33
# Builds and deploys Labs site to dev preview
44

.github/workflows/tinytorch-build-pdfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ jobs:
131131
echo "" >> $GITHUB_STEP_SUMMARY
132132
echo "To deploy with these PDFs, run the appropriate publish workflow:" >> $GITHUB_STEP_SUMMARY
133133
echo "- **Live**: TinyTorch Publish (Live)" >> $GITHUB_STEP_SUMMARY
134-
echo "- **Dev**: TinyTorch Publish (Dev)" >> $GITHUB_STEP_SUMMARY
134+
echo "- **Dev**: TinyTorch Preview (Dev)" >> $GITHUB_STEP_SUMMARY

.github/workflows/tinytorch-publish-dev.yml renamed to .github/workflows/tinytorch-preview-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: '🔥 TinyTorch · 💯 Publish (Dev)'
1+
name: '🔥 TinyTorch · 👁️ Preview (Dev)'
22

33
# Builds and deploys TinyTorch site to dev preview
44
# Triggers after Validate (Dev) passes, builds PDFs, then deploys

0 commit comments

Comments
 (0)