From 63be1b89dee76409e3bf2bb6fe3712dcd82f786e Mon Sep 17 00:00:00 2001 From: Artur Akmalov Date: Mon, 22 May 2023 02:20:47 +0500 Subject: [PATCH] GITHUB_HOST --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b70d5ec..e1f3eba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,8 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 + env: + GITHUB_HOST: 'https://test.akmalov.com' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build \ No newline at end of file