Skip to content

Commit

Permalink
Fix index.html creation
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Sep 28, 2023
1 parent c6b4b09 commit f9f017c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-and-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
with open('build/register.json') as f:
bblocks = json.load(f)
if isinstance(bblocks, dict):
bblocks = bblocks.get('bblocks', ())
with open('index.html', 'w') as f:
f.write('<!doctype html><html><head><meta charset="utf-8"/><title>')
Expand Down

0 comments on commit f9f017c

Please sign in to comment.