Skip to content

Commit

Permalink
Fix main section build again
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Dec 26, 2023
1 parent 666755e commit e956725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN python -m unittest tests/*.py
RUN python redact.py /original /redacted

RUN python to_markdown.py /redacted /content/main/
RUN cat README.md >> content/_index.md
RUN cat README.md >> /content/_index.md


# Run Zola
Expand Down

0 comments on commit e956725

Please sign in to comment.