diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8fd5d3e..f00830f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,7 +9,7 @@ jobs: # Build job build: # Specify runner + build & upload the static files as an artifact - runs-on: python@latest + runs-on: python:latest steps: - name: Checkout code id: checkout-code