Skip to content

Commit

Permalink
fix: deploy-mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Jul 12, 2024
1 parent b41721a commit 234ce89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ jobs:
if: inputs.deploy-type == 'tag'
with:
ref: ${{ inputs.version-tag }}
- uses: ./actions/setup-python-and-uv
- uses: deargen/workflows/actions/setup-python-and-uv@master
with:
pyproject-toml-file: ${{ inputs.pyproject-toml-file }}
- name: Run mkdocs
run: |
# python -m pip install --upgrade pip
pip3 install uv
uv venv
source .venv/bin/activate
uv pip install -r ${{ inputs.requirements-file }}
Expand Down

0 comments on commit 234ce89

Please sign in to comment.