Skip to content

Commit 7b43249

Browse files
committed
Adapt Makefile.toml
1 parent 5d398f1 commit 7b43249

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile.toml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ COMMAND="cargo run -q -r --bin sqlsonnet --"
1818
eval $COMMAND --help
1919
'''
2020

21+
[tasks.release]
22+
dependencies = ["update-pages-branch"]
23+
2124
[tasks.cross]
2225
dependencies = ["playground-proxy"]
2326

@@ -106,6 +109,7 @@ git branch -f pages main
106109
git checkout pages
107110
git add docs
108111
git commit -m Playground
112+
git push -f origin pages
109113
git checkout main
110114
git --no-pager log pages -n1
111115
'''

0 commit comments

Comments
 (0)