summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/manpage.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/manpage.yaml b/.github/workflows/manpage.yaml
index 5dbec07..73e1669 100644
--- a/.github/workflows/manpage.yaml
+++ b/.github/workflows/manpage.yaml
@@ -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