-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
- name: Add remote and reset to it | ||
run: | | ||
git remote add doc-en [email protected]:jkjkil4/JAnim-doc-en.git | ||
git fetch doc-en | ||
git fetch doc-en --depth 1 | ||
git reset remotes/doc-en/docs | ||
- name: Debug remotes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
'''a library for simple animation effects''' | ||
|
||
__version__ = '1.2.1' | ||
__version__ = '1.2.2' |