Compare commits

8 Commits

Author SHA1 Message Date
9c1837564a Removed trash step, Fixed last faulty path
Some checks failed
Build Everything / sass_compile (push) Has been cancelled
Update build-all.yml and cards.php
2024-11-26 22:07:03 +01:00
028394ee85 Fixed paths for GitHub Pages
Update index.php, intro.php, and sidebar.php
2024-11-26 22:04:55 +01:00
0673916f5e Combined workflows, Screw this noise
Update build-all.yml, php-render.yml, and sass-compile.yml
2024-11-26 22:00:14 +01:00
bed09c3b2a Attempt 1 to fix broken triggers
Update php-render.yml
2024-11-26 21:55:29 +01:00
4e55a42e54 Added artifact retrieval
Update php-render.yml and sass-compile.yml
2024-11-26 21:48:51 +01:00
20beca9025 Removed beautifier step
Update php-render.yml
2024-11-26 21:42:45 +01:00
bcc7cf6c98 Fixed CWD in PHP workflow
Update php-render.yml
2024-11-26 21:41:04 +01:00
f04a33378c Testing PHP Rendering workflow
Update php-render.yml, sass-compile.yml, and nibblepoker.scss
2024-11-26 21:39:56 +01:00

View File

@@ -67,7 +67,7 @@ global $root_path;
<tr>
<td>NibbleCSS</td>
<td>
<a href="./css/nibblepoker.min.css"
<a href="/css/nibblepoker.min.css"
title="Download the minified full stylesheet"
class="a-hidden"
download>
@@ -79,7 +79,7 @@ global $root_path;
</a>
</td>
<td>
<a href="./css/nibblepoker.css"
<a href="/css/nibblepoker.css"
title="Download the full stylesheet"
class="a-hidden"
download>
@@ -94,7 +94,7 @@ global $root_path;
<tr>
<td>Debugger</td>
<td>
<a href="./css/debugger.min.css"
<a href="/css/debugger.min.css"
title="Download the minified debugging stylesheet"
class="a-hidden"
download>
@@ -106,7 +106,7 @@ global $root_path;
</a>
</td>
<td>
<a href="./css/debugger.css"
<a href="/css/debugger.css"
title="Download the debugging stylesheet"
class="a-hidden"
download>