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 11
11
/release * .log
12
12
/release-changes.txt
13
13
/release-id.txt
14
+ /website /
14
15
/work /
15
16
/ys- *
16
17
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ endif
284
284
$(DISTCLEAN ) :
285
285
distclean : realclean $(DISTCLEAN )
286
286
$(MAKE ) -C www $@
287
- $(RM ) -r bin/ lib/
287
+ $(RM ) -r bin/ lib/ website/
288
288
distclean-% : %
289
289
$(MAKE ) -C $< distclean
290
290
$(RM ) -r .calva/ .clj-kondo/.cache .lsp/
Original file line number Diff line number Diff line change 8
8
9
9
BUILD_BIN := $(YS_TMP ) /bin
10
10
11
- BUILD_BIN_YS_VERSION := 0.1.92
11
+ BUILD_BIN_YS_VERSION := 0.1.93
12
12
13
13
BUILD_BIN_YS := $(BUILD_BIN ) /ys-$(BUILD_BIN_YS_VERSION )
14
14
Original file line number Diff line number Diff line change @@ -258,7 +258,10 @@ defn step-10(ctx):
258
258
defn step-11(ctx):
259
259
o: 'Step 11) Publish the yamlscript.org website'
260
260
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'
262
265
263
266
264
267
#------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments