vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 3c24027cb8f30557db64b260da84b9ee87207c69 parent 11c25805eb164b5ffa35e7045e54286a45249d14 Author: Randy Palamar <palamar@ualberta.ca> Date: Thu, 8 Jun 2023 09:02:41 -0600 ci: fetch mandoc.css from release tarball this is more stable than grabbing from the CVS web interface Diffstat:
| M | .github/workflows/man.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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