Skip to content

Commit

Permalink
chore(build): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Aug 25, 2024
1 parent e36d985 commit e10584a
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 98 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: ["pull_request", "push"]

env:
DEST_DIR: _out
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.12"

concurrency:
group: "${{ github.workflow }}-${{ github.event.number || github.ref }}"
Expand All @@ -23,12 +23,12 @@ jobs:
python-version: "${{ env.PYTHON_VERSION }}"
- name: "install dependencies"
run: |
pip install poetry
pip install -U poetry
pushd _generator
poetry install
- name: "generate site"
run: |
pushd _generator
pushd _genera tor
poetry run generate-jd ../$DEST_DIR --metadata ../metadata.yaml --jd-root ..
- name: "publish"
if: "${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}"
Expand Down
Loading

0 comments on commit e10584a

Please sign in to comment.