We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6070823 commit c24e88cCopy full SHA for c24e88c
how-to-docs.html
@@ -14,8 +14,7 @@
14
<h1>How To Instructions</h1>
15
<p>These instructions assume you keep the issues lists source files in a directory named <code>issues</code>.
16
Each issue is stored in an XML file.
17
-The software in the <code>src</code> directory builds programs
18
-that read the XML files and generates the HTML issues lists.
+The code in <code>src</code> generates the HTML issues lists from the XML sources.
19
When changes to the XML files are pushed to the GitHub repository an automated
20
<a href="https://docs.github.com/en/actions">GitHub Actions</a> workflow
21
generates new HTML files and commits them to the <code>gh-pages</code> branch.
0 commit comments