From 8b951d0b5ba099705905bf8f8bc1f07a29fb635d Mon Sep 17 00:00:00 2001 From: tree Date: Wed, 28 Jun 2023 08:23:38 +0200 Subject: [PATCH] update deploy --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da95507..3088c5d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,6 +29,9 @@ jobs: - name: Build sources run: make + - name: Add custom domain + run: "touch dist/CNAME && echo \"ecosystem.atscan.net\" >> dist/CNAME" + - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/main' }}