mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-12 15:46:30 +00:00
Checkout source code when uploading artifacts index (#2892)
The index.html file comes from the repository source directory. Make sure it is checked out when regenerating the artifacts index.
This commit is contained in:
parent
d7e3a8b985
commit
c33fc03fd6
5
.github/workflows/artifacts-index.yaml
vendored
5
.github/workflows/artifacts-index.yaml
vendored
@ -25,6 +25,11 @@ jobs:
|
|||||||
name: Build Home Assistant OS artifacts index
|
name: Build Home Assistant OS artifacts index
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout source
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Setup Python version ${{ env.PYTHON_VERSION }}
|
- name: Setup Python version ${{ env.PYTHON_VERSION }}
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user