diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index acadb39..f76e953 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -25,9 +25,7 @@ jobs: - name: Install dependencies run: | sudo apt update && sudo apt upgrade -y && \ - sudo apt install -y asciidoctor protobuf-compiler libprotobuf-dev - - name: Build manpages - run: asciidoctor -b manpage --safe docs/manpages/*.adoc + sudo apt install -y protobuf-compiler libprotobuf-dev - name: Build run: cargo build --verbose - name: Run tests diff --git a/docs/manpages/rsjudge.adoc b/docs/manpages/rsjudge.adoc deleted file mode 100644 index 8ee5fd7..0000000 --- a/docs/manpages/rsjudge.adoc +++ /dev/null @@ -1,35 +0,0 @@ -= rsjudge(1) -NJUPT-SAST -v0.1.0 -:doctype: manpage -:manmanual: RSJUDGE -:mansource: RSJUDGE - -== Name - -rsjudge - an online judge sandbox server in Rust - -== Usage - -*rsjudge* [_OPTIONS_]... - -== Options - -*-c, --config-dir* :: - Specify the configuration directory [default: ./config] -*-h, --help*:: - Print help -*-V, --version*:: - Print version - -== Author - -See the repository for RsJudge at for a full list of contributors. - -== Copyright - -Copyright (c) 2023-2024 NJUPT-SAST - -== License - -RsJudge is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.