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 e5ababb commit 3ed8339Copy full SHA for 3ed8339
.github/workflows/test-and-publish.yaml
@@ -250,8 +250,8 @@ jobs:
250
html+="<p>To install nightly builds, run</p>"
251
html+="<pre>pip install -i https://nightly.pythonmonkey.io/ --pre pythonmonkey</pre>"
252
html+="<h3>Browse files:</h3>"
253
- html+="<a href="pythonmonkey/">pythonmonkey</a>"
254
- html+="<a href="pminit/">pminit</a>"
+ html+="<li><a href="pythonmonkey/">pythonmonkey</a></li>"
+ html+="<li><a href="pminit/">pminit</a></li>"
255
html+="</body></html>"
256
echo "$html" > ./index.html
257
- uses: actions/upload-pages-artifact@v1
0 commit comments