From 24de2bc85c1eb4f904975699b579fe3de22ea443 Mon Sep 17 00:00:00 2001 From: Vladimir Drayling <> Date: Sun, 29 Jan 2023 20:49:52 +0100 Subject: [PATCH] chore(ci): attempt to get it working --- .github/workflows/ci.yml | 1 + apps/angular-client/project.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 125eb61..2e3be58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: with: name: angular-client path: dist/apps/angular-client + - run: ls -lisa deploy: needs: main diff --git a/apps/angular-client/project.json b/apps/angular-client/project.json index 65abe56..002f762 100644 --- a/apps/angular-client/project.json +++ b/apps/angular-client/project.json @@ -9,6 +9,7 @@ "executor": "@angular-devkit/build-angular:browser", "outputs": ["{options.outputPath}"], "options": { + "baseHref": "tileset-converter", "outputPath": "dist/apps/angular-client", "index": "apps/angular-client/src/index.html", "main": "apps/angular-client/src/main.ts",