Skip to content

Commit

Permalink
chore(ci): attempt to get it working
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Drayling committed Jan 29, 2023
1 parent e8b1599 commit 24de2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
name: angular-client
path: dist/apps/angular-client
- run: ls -lisa

deploy:
needs: main
Expand Down
1 change: 1 addition & 0 deletions apps/angular-client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 24de2bc

Please sign in to comment.