Skip to content

Commit

Permalink
chore (ci): update docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Nov 28, 2020
1 parent 1bb8b4e commit e5a887f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git remote rm origin
git remote add origin "${remote_repo}"
mkdocs gh-deploy
poetry run mkdocs gh-deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def release(
prun(f'git tag {version_num}')
prun('git push')
prun('git push --tags')
prun('mkdocs gh-deploy')


# @arger.add_cmd
Expand Down

0 comments on commit e5a887f

Please sign in to comment.