File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1111/release * .log
1212/release-changes.txt
1313/release-id.txt
14+ /website /
1415/work /
1516/ys- *
1617
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ endif
284284$(DISTCLEAN ) :
285285distclean : realclean $(DISTCLEAN )
286286 $(MAKE ) -C www $@
287- $(RM ) -r bin/ lib/
287+ $(RM ) -r bin/ lib/ website/
288288distclean-% : %
289289 $(MAKE ) -C $< distclean
290290 $(RM ) -r .calva/ .clj-kondo/.cache .lsp/
Original file line number Diff line number Diff line change 88
99BUILD_BIN := $(YS_TMP ) /bin
1010
11- BUILD_BIN_YS_VERSION := 0.1.92
11+ BUILD_BIN_YS_VERSION := 0.1.93
1212
1313BUILD_BIN_YS := $(BUILD_BIN ) /ys-$(BUILD_BIN_YS_VERSION )
1414
Original file line number Diff line number Diff line change @@ -258,7 +258,10 @@ defn step-10(ctx):
258258defn step-11(ctx):
259259 o: 'Step 11) Publish the yamlscript.org website'
260260
261- run: 'make -C www realclean publish'
261+ run: 'rm -fr website'
262+ run: 'git worktree add -f website'
263+ run: 'git -C website rebase main'
264+ run: 'make -C website/www realclean publish website=live'
262265
263266
264267#------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments