mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-08 23:03:55 -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)'
|
||||
|
||||
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:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user