vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit fcd45f47fe5c58e3dd081f4487fc0ff540f9ce09
parent 084ef8c01706821e30cab0ab29c32406ae57ddcd
Author: Randy Palamar <palamar@ualberta.ca>
Date:   Thu,  8 Jun 2023 09:37:52 -0600

ci: strip owner name regardless of actor

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 @@ -20,7 +20,7 @@ jobs: run: | make man 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 + ln -sf "${GITHUB_REPOSITORY#*/}.1.html" man/index.html - name: Upload env: