Skip to content

Commit

Permalink
Fix update-manpage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jul 18, 2024
1 parent bae9598 commit e67f5e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-manpage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This file is generated by ChatGPT

name: Update manpage

on:
Expand All @@ -19,7 +17,7 @@ jobs:
uses: actions/checkout@v2

- name: Install ronn
run: sudo apt-get install -y ronn
run: sudo apt-get update && sudo apt-get install -y ronn

- name: Generate mold.1 from mold.md
run: ronn --roff docs/mold.md
Expand Down

0 comments on commit e67f5e6

Please sign in to comment.