diff --git a/.github/pages/index.html b/.github/pages/index.html
index 73709ba..557411b 100644
--- a/.github/pages/index.html
+++ b/.github/pages/index.html
@@ -1 +1,28 @@
-Testing
+
+
+
+
+
+
+
+
+
+ Hacker Laws
+
+
+
+
+
+
+ Hacker Laws
+
+
+
+
+
diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml
index a47c581..6b45df9 100644
--- a/.github/workflows/pages.yaml
+++ b/.github/workflows/pages.yaml
@@ -3,7 +3,8 @@ name: Deploy to Pages
on:
# Runs on pushes targeting the default branch (or runs manually).
push:
- branches: [$default-branch]
+ # branches: [$default-branch]
+ branches: ['build/pages'] # we're deploying from a build branch for now.
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages