Skip to content

Commit bbffc17

Browse files
committed
update github workflow
1 parent 878189f commit bbffc17

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/static.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,14 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4
33-
- name: Run Render-Engine
34-
uses: actions/setup-python@v5.6.0
33+
- name: Install UV
34+
uses: astral-sh/setup-uv@v5
35+
- name: Build the site
36+
run: uv run --no-dev --prerelease=allow render-engine build
37+
- uses: actions/upload-artifact@v4
3538
with:
36-
python-version: "3.13"
37-
cache: "pip"
38-
- name: build site
39-
run: |
40-
python -m pip install -e .
41-
render-engine build
39+
name: website
40+
path: ./output
4241
- name: Setup Pages
4342
uses: actions/configure-pages@v5
4443
- name: Upload artifact

0 commit comments

Comments
 (0)