From c2530c35749e922d2c11e347764cbbd30f3cc104 Mon Sep 17 00:00:00 2001 From: Timon Borter Date: Wed, 7 Aug 2024 14:56:58 +0200 Subject: [PATCH] chore: update publish.yaml add cname timon-borter.ch --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3eeebe7..fe98485 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,6 +18,6 @@ jobs: - run: npm run build - run: | git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git - npx gh-pages -u "GitHub Actions Bot " -b master -d build + npx gh-pages -u "GitHub Actions Bot " -b master -d build --cname timon-borter.ch env: GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}