Skip to content

Commit

Permalink
ci: revert force tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Apr 27, 2020
1 parent 1687a05 commit 530bbd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Expand Up @@ -47,6 +47,7 @@ jobs:
github_token: ${{ secrets.JINA_DEV_BOT }}
repository: jina-ai/jina-docs
directory: docs/_build/html
force: true

update-docker:
needs: update-doc
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
github_token: ${{ secrets.JINA_DEV_BOT }}
repository: jina-ai/jina-docs
force: true
directory: docs/_build/html
tags: true

Expand Down

0 comments on commit 530bbd0

Please sign in to comment.