From 8bf1a96146f3dbe81d6e556f4aa85485648174a1 Mon Sep 17 00:00:00 2001 From: Artur Akmalov Date: Tue, 23 May 2023 19:10:19 +0500 Subject: [PATCH] test deploy --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e1f3eba..5c80b4b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,9 @@ on: jobs: deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} name: Deploy to GitHub Pages runs-on: ubuntu-latest steps: @@ -24,8 +27,6 @@ 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