From b365d952995b893d1dd4db784784d1753093cc20 Mon Sep 17 00:00:00 2001 From: Bekeev Imankadyr <53710487+warioddly@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:09:12 +0600 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 57b356a..f1d5616 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ # separate terms of service, privacy policy, and support # documentation. -name: Deploy Portfolio +name: Deploy on: push: @@ -11,7 +11,7 @@ on: jobs: dependencies: - name: Build Portfolio + name: Build runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.TOKEN }}