Skip to content

Commit

Permalink
Update FAQ workflow and HTML template
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-A-Normal-Robot committed Jan 7, 2024
1 parent 2b568e3 commit 232f5bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
paths:
- 'data/faq.json'
- 'data/faq.html.template'
- '.github/scripts/generate_faq_html.py'

permissions:
contents: write
Expand Down
9 changes: 7 additions & 2 deletions data/faq.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Techmino Hub - FAQ</title>
<link rel="stylesheet" href="/style.css">
<noscript>
<style>
.answer {
display: block !important;
}
</style>
</noscript>
</head>
<body>
<canvas id="bg"></canvas>
Expand Down Expand Up @@ -49,8 +56,6 @@
</h4>
<h5 class="title" id="last-updated"></h5>
<br>

<noscript><h1>This page requires JavaScript to function properly.</h1></noscript>

<section class="faq">
<!-- Do not edit the below line! -->
Expand Down

0 comments on commit 232f5bd

Please sign in to comment.