Skip to content

Commit

Permalink
Merge pull request #6 from kausalflow/fix-docs-workflow
Browse files Browse the repository at this point in the history
fix docs actions workflow
  • Loading branch information
emptymalei authored Feb 19, 2024
2 parents d37221d + b766275 commit 4b52f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- name: Setup Poetry
uses: abatilo/actions-poetry@v2
with:
Expand Down

0 comments on commit 4b52f91

Please sign in to comment.