File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/sphinx-notes/template" ,
3
- "commit" : " 7e07548aad55432b86d881ccdab66eb1c89986c0 " ,
3
+ "commit" : " 0b096cd7ecff1b28ee8c2887ba3321418be34b9a " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
15
15
"pypi_name" : " sphinxnotes-snippet" ,
16
16
"pypi_owner" : " SilverRainZ" ,
17
17
"_template" : " https://github.com/sphinx-notes/template" ,
18
- "_commit" : " 7e07548aad55432b86d881ccdab66eb1c89986c0 "
18
+ "_commit" : " 0b096cd7ecff1b28ee8c2887ba3321418be34b9a "
19
19
}
20
20
},
21
21
"directory" : null
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
14
14
jobs :
15
15
pages :
16
- runs-on : ubuntu-20.04
16
+ runs-on : ubuntu-latest
17
17
environment :
18
18
name : github-pages
19
19
url : ${{ steps.deployment.outputs.page_url }}
Original file line number Diff line number Diff line change 5
5
sphinxnotes-snippet
6
6
===================
7
7
8
- .. |docs | image :: https://img.shields.io/github/deployments/sphinx-notes/snippet/github-pages
8
+ .. |docs | image :: https://img.shields.io/github/deployments/sphinx-notes/snippet/github-pages?label=docs
9
9
:target: https://sphinx.silverrainz.me/snippet
10
10
:alt: Documentation Status
11
11
@@ -21,7 +21,11 @@ sphinxnotes-snippet
21
21
:target: https://pypi.python.org/pypi/sphinxnotes-snippet
22
22
:alt: PyPI Package Downloads
23
23
24
- |docs | |license | |pypi | |download |
24
+ .. |github | image :: https://img.shields.io/badge/GitHub-181717?style=flat&logo=github&logoColor=white/
25
+ :target: https://github.com/sphinx-notes/snippet
26
+ :alt: GitHub Repository
27
+
28
+ |docs | |license | |pypi | |download | |github |
25
29
26
30
Introduction
27
31
============
You can’t perform that action at this time.
0 commit comments