From 9abc413e526ffeb3995cada82c238ff1f7129b14 Mon Sep 17 00:00:00 2001 From: yqni13 <65848806+yqni13@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:53:06 +0200 Subject: [PATCH] Update deploy.yml build-target one level deeper "/browser" --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 581cf08..d9eede5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,6 +30,6 @@ jobs: - name: Deploy to GitHub Pages run: - npx angular-cli-ghpages --dir=dist/portfolio --repo=https://github.com/yqni13/portfolio.git --branch=production + npx angular-cli-ghpages --dir=dist/portfolio/browser --repo=https://github.com/yqni13/portfolio.git --branch=production env: GH_PAT: ${{ secrets.PORTFOLIO_PAT }}