Skip to content

Commit

Permalink
minor CI fix/ remove duplicate files
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Aug 27, 2023
1 parent 99ad91e commit fc02c61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/deploy-docs-version.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ jobs:
python-version: 3.x
- run: pip install poetry
- run: poetry install
- name: Setup doc deploy
run: |
git fetch origin gh-pages --depth=1
git config --global user.name Docs deploy
git config --global user.email [email protected]
- run: poetry run mike deploy --push ${{ inputs.version }}

0 comments on commit fc02c61

Please sign in to comment.