mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-10 03:13:14 -06:00
docs: updates site_url
This commit is contained in:
parent
718fac7e3e
commit
13c157ef8a
2 changed files with 5 additions and 2 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -8,6 +8,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
site_name: task.mk
|
site_name: task.mk
|
||||||
|
site_url: https://gh.dayl.in/task.mk
|
||||||
repo_url: https://github.com/daylinmorgan/task.mk
|
repo_url: https://github.com/daylinmorgan/task.mk
|
||||||
repo_name: daylinmorgan/task.mk
|
repo_name: daylinmorgan/task.mk
|
||||||
theme:
|
theme:
|
||||||
|
@ -10,8 +11,8 @@ theme:
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/extra.css
|
- stylesheets/extra.css
|
||||||
- stylesheets/asciinema-player.css
|
- stylesheets/asciinema-player.css
|
||||||
extra_javascript:
|
# extra_javascript:
|
||||||
- javascripts/asciinema-player.min.js
|
# - javascripts/asciinema-player.min.js
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
- git-revision-date-localized:
|
- git-revision-date-localized:
|
||||||
|
|
Loading…
Reference in a new issue