chore(ci): fix

This commit is contained in:
2024-12-18 18:21:12 +07:00
parent ecd204428d
commit 18aa7935cb

View File

@ -9,7 +9,7 @@ jobs:
# Build job # Build job
build: build:
# Specify runner + build & upload the static files as an artifact # Specify runner + build & upload the static files as an artifact
runs-on: python@latest runs-on: python:latest
steps: steps:
- name: Checkout code - name: Checkout code
id: checkout-code id: checkout-code