mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-09 07:15:51 -05:00
fix: remove empty env block from book-preview-dev workflow
This commit is contained in:
7
.github/workflows/book-preview-dev.yml
vendored
7
.github/workflows/book-preview-dev.yml
vendored
@@ -1,12 +1,5 @@
|
|||||||
name: '📚 Book · 👁️ Preview (Dev)'
|
name: '📚 Book · 👁️ Preview (Dev)'
|
||||||
|
|
||||||
env:
|
|
||||||
# ==========================================================================
|
|
||||||
# PATH CONFIGURATION - Uses GitHub Repository Variables (Settings > Variables)
|
|
||||||
# ==========================================================================
|
|
||||||
# MLSysBook content lives under book/ to accommodate TinyTorch at root
|
|
||||||
# Use ${{ vars.BOOK_ROOT }}, ${{ vars.BOOK_TOOLS }}, etc. in workflow steps
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user