From 0f92203834960550e95a1a6c4f46fdd11c49f457 Mon Sep 17 00:00:00 2001 From: Federico Jaramillo Martinez Date: Sat, 16 May 2026 00:29:36 +0200 Subject: [PATCH] ci: deploy docs to custom Pages domain --- .github/workflows/pages.yml | 4 ++-- docs/CNAME | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 docs/CNAME diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 3c277ed..7bb704d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -1,4 +1,4 @@ -name: Deploy static site +name: Deploy docs to GitHub Pages on: push: @@ -19,7 +19,7 @@ concurrency: jobs: deploy: - name: Deploy GitHub Pages + name: Deploy docs site runs-on: ubuntu-latest environment: name: github-pages diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..64101ac --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +pi-web.dev