From beb3d57a6a5a3a38aa9e692ed13eb01060b85ded Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Sat, 8 Mar 2025 21:22:41 +0000 Subject: [PATCH] feat(pages): update index.html and pages.yaml for deployment Updated the index.html to include a full HTML structure with Bootstrap and Google tag. Modified pages.yaml to deploy from 'build/pages' branch instead of the default branch. --- .github/pages/index.html | 29 ++++++++++++++++++++++++++++- .github/workflows/pages.yaml | 3 ++- 2 files changed, 30 insertions(+), 2 deletions(-) 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