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",