Skip to content

Commit 4c7d60b

Browse files
committed
fixing rtd git workflow
1 parent 9f0018a commit 4c7d60b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
git checkout -b generated-docs || git checkout generated-docs
4444
git add .
4545
git commit -m "Update docs for version $GITHUB_REF_NAME [skip ci]" || echo "No changes to commit"
46-
git push origin generated-docs
46+
git push origin generated-docs --force

src/agentlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.2.dev3"
1+
__version__ = "0.3.2.dev4"

0 commit comments

Comments
 (0)