Skip to content

Commit

Permalink
trying to make docs deployment work
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomurino committed Jun 24, 2023
1 parent 64a09dd commit b145397
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{secrets.ADC_GITHUB_TOKEN}}
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand All @@ -25,10 +26,10 @@ jobs:
version: 1.5.1
- name: Install dependencies
run: poetry install --with dev
# - name: Setup doc deploy
# run: |
# git config --global user.name Docs deploy
# git config --global user.email [email protected]
- name: Setup doc deploy
run: |
git config --global user.name Docs deploy
git config --global user.email [email protected]
- name: Release docs website and API reference
run: |
poetry run mike deploy --push --update-aliases ${RELEASE_TAG_VERSION} latest
Expand Down

0 comments on commit b145397

Please sign in to comment.