Skip to content

Commit

Permalink
ci: Remove make check-cls
Browse files Browse the repository at this point in the history
Relates-to: #381
  • Loading branch information
YDX-2147483647 committed Mar 20, 2024
1 parent 24ad394 commit 8a0d5d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ make doc
- [diff-pdf](https://vslavik.github.io/diff-pdf/)
- [jq](https://jqlang.github.io/jq/)(仅用 Zsh 时需要)

运行 `make check-cls` 确保 `bithesis.dtx` 的修改都被同步到了 `templates/` 中。
(同样被用于 GitHub Actions)

## 打包

- `make overleaf version=X.X.X` 可以生成上传 overleaf 所需要的 zip 文件。
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,3 @@ examples: cls
cd $(EXAMPLEDIR)/cover && latexmk && cd -
cd $(EXAMPLEDIR)/publications && latexmk && cd -

check-cls: copy
git status --porcelain | (! grep -q .) || (echo "Please execute \`make copy\` to update the *.cls in each templates."; exit 1)

0 comments on commit 8a0d5d1

Please sign in to comment.