mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Fixing the publish documentation @minor
This commit is contained in:
parent
ed5aa65736
commit
7d81843a9a
1 changed files with 0 additions and 2 deletions
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
|
@ -38,8 +38,6 @@ jobs:
|
|||
git config user.name $author_name
|
||||
echo "git config user.email $author_email"
|
||||
git config user.email $author_email
|
||||
echo "git remote add origin https://github.com/$GITHUB_REPOSITORY.git"
|
||||
git remote add origin https://$GITHUB_ACTOR:$INPUT_GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git
|
||||
echo "git fetch origin +refs/heads/gh-pages:refs/remotes/origin/gh-pages"
|
||||
git fetch origin +refs/heads/gh-pages:refs/remotes/origin/gh-pages
|
||||
ghp-import -op docs
|
||||
|
|
|
|||
Loading…
Reference in a new issue