ci: Avoid using project name in CI

This commit is contained in:
gechandesu
2025-08-03 02:33:35 +03:00
committed by GitHub
parent 8851e56a8b
commit 5c0d45f3e5

View File

@@ -21,7 +21,7 @@ jobs:
run: |
v doc -f html -m .
pushd _docs
ln -vs netaddr.html index.html
ln -vs ${{ github.event.repository.name }}.html index.html
ls -alFh
popd