krata/tools
Galen Rice 5402523ae5
fix: force checkout of `gh-pages` branch (#544)
When using the theme starter, which uses a git submodule,
assets loaded from that submodule are "untracked" files in the pages branch working tree.
The build can fail at this line due to Git, saying "the following untracked working tree files would be overwritten by checkout".

Adding `-f` forces the checkout, overwriting all files.
The other deploy steps then take over and rewrite the files as needed.
2022-04-02 19:22:48 +08:00
..
deploy.sh fix: force checkout of `gh-pages` branch (#544) 2022-04-02 19:22:48 +08:00
init.sh Clear references to deleted folder `docs` 2022-02-04 06:23:09 +08:00
release.sh build(npm, shell): use the global `standard-version` 2022-03-13 16:53:13 +08:00
run.sh Improve the copyrights of the assets 2021-01-26 20:24:47 +08:00