Skip to content

Commit

Permalink
Deploy Docs via CICD (#30)
Browse files Browse the repository at this point in the history
* cicd: deploy docs via cicd

* misc: bump version
  • Loading branch information
fritz-astronomer authored Nov 13, 2024
1 parent 8444d3d commit b419979
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
orbiter-*
name: binary-${{ matrix.os }}
retention-days: 5
- run: just deploy-docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

gh_release:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion orbiter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import re
from typing import Any, Tuple

__version__ = "1.3.0"
__version__ = "1.3.1"

version = __version__

Expand Down

0 comments on commit b419979

Please sign in to comment.