aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRandy Palamar <palamar@ualberta.ca>2023-06-08 09:37:52 -0600
committerRandy Palamar <palamar@ualberta.ca>2023-06-08 09:37:54 -0600
commite391d16c8813b5abe1695f7e844ee220baa00dd8 (patch)
tree305c14a54b01cd08987ab2f144350043e138c5f9 /.github
parent7a8dd7ff99f4d38a1364019703f2ed00f13b570b (diff)
downloadvis-e391d16c8813b5abe1695f7e844ee220baa00dd8.tar.gz
vis-e391d16c8813b5abe1695f7e844ee220baa00dd8.tar.xz
ci: strip owner name regardless of actor
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/man.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/man.yml b/.github/workflows/man.yml
index 479fee5..79aa626 100644
--- 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: