Skip to content

Commit

Permalink
ci(actions): 🗑️ remove asciidoctor generated manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Feb 10, 2024
1 parent 6eb07f7 commit 2bfab4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
35 changes: 0 additions & 35 deletions docs/manpages/rsjudge.adoc

This file was deleted.

0 comments on commit 2bfab4f

Please sign in to comment.