8000 Try to fix deploy. (#356) · ra2003/dry-python.github.io@450da44 · GitHub
[go: up one dir, main page]

Skip to content

Commit 450da44

Browse files
authored
Try to fix deploy. (dry-python#356)
1 parent 46f2334 commit 450da44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ def deploy(c):
3737
f.write(":")
3838
f.write(environ["GIT_COMMITTER_PASSWORD"])
3939
f.write("@github.com\n")
40+
c.run(f"cat {config_path}")
41+
c.run(f"cat {cred_path}")
4042
c.run("poetry run ghp-import --cname dry-python.org --branch master --push site")

0 commit comments

Comments
 (0)
0