ci: Avoid using project name in CI
This commit is contained in:
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
v doc -f html -m .
|
v doc -f html -m .
|
||||||
pushd _docs
|
pushd _docs
|
||||||
ln -vs netaddr.html index.html
|
ln -vs ${{ github.event.repository.name }}.html index.html
|
||||||
ls -alFh
|
ls -alFh
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user