parent
f4cd28f264
commit
c66c0fc8d3
3 changed files with 6 additions and 2 deletions
|
@ -13,7 +13,7 @@ pipeline:
|
|||
- echo "$${SSH_SECRET_KEY}" > ~/.ssh/id_ed25519
|
||||
- chmod 600 ~/.ssh/id_ed25519
|
||||
|
||||
- git clone ssh://git@git.mzhang.io:2222/michael/ddr-scores.wiki.git
|
||||
- GIT_SSH_COMMAND="ssh -v" git clone ssh://git@git.mzhang.io:2222/michael/ddr-scores.wiki.git
|
||||
- cp summary.md ddr-scores.wiki/Stats.md
|
||||
- (cd ddr-scores.wiki; git add . -A; git commit -m update; git push)
|
||||
|
||||
|
|
2
poetry.lock
generated
2
poetry.lock
generated
|
@ -1470,4 +1470,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "b86bc1ff376324ceb744f46a45333503d6f9dd44a0aaecbd718ebb07e93e37b8"
|
||||
content-hash = "70c9de13d5cf48fa1aa59adcbaa7bfd2f0739839157717718d7792953a71ee3b"
|
||||
|
|
|
@ -18,6 +18,10 @@ jupyter-core = "^5.7.2"
|
|||
nbconvert = "^7.16.4"
|
||||
|
||||
|
||||
[tool.poetry.group.ci-stats.dependencies]
|
||||
nbconvert = "^7.16.4"
|
||||
jupyter-core = "^5.7.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Reference in a new issue