mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 17:20:21 -05:00
style(ci): use rocket emoji for publish actions
This commit is contained in:
2
.github/workflows/book-deploy-preview.yml
vendored
2
.github/workflows/book-deploy-preview.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: '📚 Book · 📤 Publish (Dev)'
|
||||
name: '📚 Book · 🚀 Publish (Dev)'
|
||||
|
||||
env:
|
||||
ARTIFACT_NAME: dev-html-linux # The name of the artifact produced by the 'validate-dev' workflow
|
||||
|
||||
2
.github/workflows/book-publish-live.yml
vendored
2
.github/workflows/book-publish-live.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: '📚 Book · 📤 Publish (Live)'
|
||||
name: '📚 Book · 🚀 Publish (Live)'
|
||||
|
||||
# Shared concurrency group prevents gh-pages conflicts with other live workflows
|
||||
concurrency:
|
||||
|
||||
2
.github/workflows/kits-publish-dev.yml
vendored
2
.github/workflows/kits-publish-dev.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: '📦 Kits · 📤 Publish (Dev)'
|
||||
name: '📦 Kits · 🚀 Publish (Dev)'
|
||||
|
||||
# Builds and deploys Hardware Kits site (with PDF) to dev preview
|
||||
|
||||
|
||||
2
.github/workflows/kits-publish-live.yml
vendored
2
.github/workflows/kits-publish-live.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: '📦 Kits · 📤 Publish (Live)'
|
||||
name: '📦 Kits · 🚀 Publish (Live)'
|
||||
|
||||
# Builds and deploys Hardware Kits site (with PDF) to mlsysbook.ai/kits/
|
||||
|
||||
|
||||
2
.github/workflows/labs-publish-dev.yml
vendored
2
.github/workflows/labs-publish-dev.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: '🔮 Labs · 📤 Publish (Dev)'
|
||||
name: '🔮 Labs · 🚀 Publish (Dev)'
|
||||
|
||||
# Builds and deploys Labs site to dev preview
|
||||
|
||||
|
||||
2
.github/workflows/labs-publish-live.yml
vendored
2
.github/workflows/labs-publish-live.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: '🔮 Labs · 📤 Publish (Live)'
|
||||
name: '🔮 Labs · 🚀 Publish (Live)'
|
||||
|
||||
# Builds and deploys Labs site to mlsysbook.ai/labs/
|
||||
|
||||
|
||||
2
.github/workflows/tinytorch-publish-dev.yml
vendored
2
.github/workflows/tinytorch-publish-dev.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: '🔥 TinyTorch · 📤 Publish (Dev)'
|
||||
name: '🔥 TinyTorch · 🚀 Publish (Dev)'
|
||||
|
||||
# Builds and deploys TinyTorch site to dev preview
|
||||
# Triggers after Validate (Dev) passes, builds PDFs, then deploys
|
||||
|
||||
2
.github/workflows/tinytorch-publish-live.yml
vendored
2
.github/workflows/tinytorch-publish-live.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: '🔥 TinyTorch · 📤 Publish (Live)'
|
||||
name: '🔥 TinyTorch · 🚀 Publish (Live)'
|
||||
|
||||
# =============================================================================
|
||||
# TinyTorch Publish Workflow
|
||||
|
||||
Reference in New Issue
Block a user