[DX] make deploy-playground — copy build-playground/ into the site checkout #386
Labels
No labels
Alpha Release Requirement
Bugfix
Demo Target
Documentation
Major Feature
Minor Feature
priority:tier1-active
priority:tier2-foundation
priority:tier3-future
priority:tier4-deferred
Refactoring & Cleanup
system:animation
system:documentation
system:grid
system:input
system:performance
system:procgen
system:python-binding
system:rendering
system:ui-hierarchy
Tiny Feature
workflow:blocked
workflow:needs-benchmark
workflow:needs-documentation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
john/McRogueFace#386
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
build-playground/->mcrogueface.github.io/playground/copy was manual, which bit us during the #382 session (rebuilt + pushed the engine playground but the site/playground/still served the stale binaries, so#url=links did nothing locally until the four files were hand-copied).Add a
make deploy-playgroundtarget that:build-playground/mcrogueface.wasmis missing (runmake playgroundfirst)$(SITE_DIR)/playgroundis missingmcrogueface.{data,js,wasm,html}into$(SITE_DIR)/playground/mcrogueface.html->index.html(GitHub Pages serves index.html at/playground/)SITE_DIR ?= $(CURDIR)/../mcrogueface.github.iovariableStill manual afterward: rebuild Jekyll in the site checkout and commit/push the updated binaries. A future step could chain the Jekyll build + commit, but keeping the copy explicit is the minimum fix.