Skip to content

Commit

Permalink
Install Python in build
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Dec 24, 2024
1 parent 229b890 commit 3abdee2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: 🐍 Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: "pip"

- name: 📦 Install Hatch
uses: pypa/hatch@install

- name: 🔨 Build Documentation
run: hatch run docs-build

- name: ⬆️ Upload Artifacts
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 3abdee2

Please sign in to comment.