Skip to content

Commit

Permalink
Set env vars for the build code
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed May 3, 2024
1 parent 7f30c9f commit 7f175fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
run: poetry install --no-interaction

- name: Build html files
env:
INDEX: index.yml
TEMPLATES: templates
OUTPUT: build
run: |
poetry run python -m pypi_index_builder.build
touch build/.nojekyll
Expand Down

0 comments on commit 7f175fe

Please sign in to comment.