mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-09 19: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
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.x
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
site_name: task.mk
|
||||
site_url: https://gh.dayl.in/task.mk
|
||||
repo_url: https://github.com/daylinmorgan/task.mk
|
||||
repo_name: daylinmorgan/task.mk
|
||||
theme:
|
||||
|
@ -10,8 +11,8 @@ theme:
|
|||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
- stylesheets/asciinema-player.css
|
||||
extra_javascript:
|
||||
- javascripts/asciinema-player.min.js
|
||||
# extra_javascript:
|
||||
# - javascripts/asciinema-player.min.js
|
||||
plugins:
|
||||
- search
|
||||
- git-revision-date-localized:
|
||||
|
|
Loading…
Reference in a new issue