Compare commits

..

No commits in common. "b6291e82026be21833f4b8a67a46e65836c11bc1" and "8763513101bcf94497f7b4299300e9a3298f8259" have entirely different histories.

2 changed files with 5 additions and 10 deletions

View file

@ -8,7 +8,7 @@
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>The Tough Guide to Fantasyland</title>
<link rel="stylesheet" href="style.css" inline />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="page">
@ -17597,6 +17597,9 @@
</main>
</div>
</div>
<script type="text/javascript" src="script.js" inline></script>
<script
type="text/javascript"
src="script.js"
></script>
</body>
</html>

View file

@ -1,8 +0,0 @@
deploy_dir := "/var/www/html/dungeon.red/fantasyland"
default: deploy
deploy:
mkdir -p {{deploy_dir}}
bunx inline-source-cli index.html {{deploy_dir}}/index.html
@echo "deployed to {{deploy_dir}}/index.html"