Skip to content

Commit

Permalink
Use conventional html filename
Browse files Browse the repository at this point in the history
  • Loading branch information
abbec committed Apr 8, 2024
1 parent 6f8b5b8 commit 15a5d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manpage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build Man Page to HTML
run: |
mkdir -p dist
nix run -L nixpkgs#mandoc -- -T html -O style=mandoc.css ./dged.1 > dist/dged.1.html
nix run -L nixpkgs#mandoc -- -T html -O style=mandoc.css ./dged.1 > dist/index.html
cp mandoc.css dist/
- name: Upload Artifact
Expand Down

0 comments on commit 15a5d49

Please sign in to comment.