From 2bfab4f6834505f34fd346b657d8a4d36405380d Mon Sep 17 00:00:00 2001 From: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com> Date: Sun, 11 Feb 2024 00:05:55 +0800 Subject: [PATCH] =?UTF-8?q?ci(actions):=20=F0=9F=97=91=EF=B8=8F=20remove?= =?UTF-8?q?=20asciidoctor=20generated=20manpages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/testing.yml | 4 +--- docs/manpages/rsjudge.adoc | 35 ----------------------------------- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 docs/manpages/rsjudge.adoc 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.