From 1a47799cd075415ff656de8778b0d63a7fce394a Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Thu, 8 Jun 2023 09:02:41 -0600 Subject: ci: fetch mandoc.css from release tarball this is more stable than grabbing from the CVS web interface --- .github/workflows/man.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/man.yml b/.github/workflows/man.yml index c617c12..479fee5 100644 --- a/.github/workflows/man.yml +++ b/.github/workflows/man.yml @@ -19,7 +19,7 @@ jobs: - name: Manual generation run: | make man - wget 'https://cvsweb.bsd.lv/~checkout~/mandoc/mandoc.css?rev=1.46&content-type=text/plain' -O man/mandoc.css + wget -O - https://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz | tar -zxC man --strip-components 1 mandoc-1.14.6/mandoc.css ln -sf "${GITHUB_REPOSITORY#$GITHUB_ACTOR/}.1.html" man/index.html - name: Upload -- cgit v1.2.3