Skip to content

Commit

Permalink
Checkout source code when uploading artifacts index (#2892)
Browse files Browse the repository at this point in the history
The index.html file comes from the repository source directory. Make sure
it is checked out when regenerating the artifacts index.
  • Loading branch information
agners authored Oct 31, 2023
1 parent d7e3a8b commit c33fc03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/artifacts-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
name: Build Home Assistant OS artifacts index
runs-on: ubuntu-22.04
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Setup Python version ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit c33fc03

Please sign in to comment.