Skip to content

Commit

Permalink
ci: strip owner name regardless of actor
Browse files Browse the repository at this point in the history
  • Loading branch information
rnpnr committed Jun 8, 2023
1 parent 7a8dd7f commit e391d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/man.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e391d16

Please sign in to comment.