Skip to content

Commit

Permalink
chore: add poetly.lock (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 authored Oct 18, 2024
1 parent 0d7736e commit bd3a8e1
Show file tree
Hide file tree
Showing 3 changed files with 1,684 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
deplot-document:
deploy-document:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ipython_config.py
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
poetry.lock
# poetry.lock # NOTE: Need for document deployment

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
Expand Down
Loading

0 comments on commit bd3a8e1

Please sign in to comment.