Skip to content

Commit

Permalink
chore: resolve document deployment error (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 authored Oct 1, 2024
1 parent d99c395 commit 6b56d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install poetry
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version-file: "pyproject.toml"
cache: "poetry"
python-version: "3.10"
- run: poetry install
- run: poetry run mkdocs gh-deploy --force

0 comments on commit 6b56d22

Please sign in to comment.