mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
GH_REPO="@github.com/librenms/docs.librenms.org.git"
|
||||
GH_REPO="@github.com/librenms-docs/docs.librenms.org.git"
|
||||
FULL_REPO="https://${GH_TOKEN}$GH_REPO"
|
||||
|
||||
pip install --user mkdocs
|
||||
@ -12,7 +12,7 @@ cd out
|
||||
git init
|
||||
git remote add origin $FULL_REPO
|
||||
git fetch
|
||||
git config user.name "docs-build"
|
||||
git config user.name "librenms-docs"
|
||||
git config user.email "travis@librenms.org"
|
||||
git checkout gh-pages
|
||||
|
||||
|
Reference in New Issue
Block a user