From 7a1e53142d5cd7e8bc0b7049ba844cca4b6ab59e Mon Sep 17 00:00:00 2001 From: Dennis Morhardt Date: Wed, 22 May 2024 15:46:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20CNAME=20to=20GitHub=20page?= =?UTF-8?q?s=20deployment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4398ff0..bc2d872 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,4 +33,5 @@ jobs: with: publish_dir: dist publish_branch: release + cname: opendataranking.de github_token: ${{ secrets.GITHUB_TOKEN }}