Skip to content

Commit

Permalink
try to fix ci script 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-A-Normal-Robot committed Jan 7, 2024
1 parent 1db0850 commit 45d7e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/generate_faq_html.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json

# Constants
faq_json_location = "data/faq.json"
faq_json_location = "faq.json"
faq_html_template_location = "data/faq.html.template"
template_insertion_location = "<INSERT_QUESTIONS>"

Expand Down Expand Up @@ -34,4 +34,4 @@ def faq_html(entry):

html_template = html_template.replace(template_insertion_location, text_to_insert)

open("data/faq.html", "w").write(html_template)
open("faq.html", "w").write(html_template)
2 changes: 1 addition & 1 deletion data/faq.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,4 @@
"answerHTML": "<p>Techmino has received a warning about Copyright infringement from The Tetris Company. Techmino is no longer available on the App Store.</p><p>A TestFlight was made for Techmino, but unfortunately, the maximum number of members had been reached, therefore, you can't download Techmino on iOS anymore. We apologize for the inconvenience. If it says the beta isn't accepting more testers, unfortunately, it is not available at this time.</p>",
"author": "nekonaomii (edited by NOT_A_ROBOT)"
}
]
]

0 comments on commit 45d7e24

Please sign in to comment.