Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Hamelers committed Aug 1, 2023
1 parent 37bd402 commit ce8184b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Upload GitHub Pages artifact
if: success()
uses: actions/[email protected]
# with:
# name: deploy_dist
with:
name: dist/sudoku-app
# path: dist

# - name: Cache node modules
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/out-tsc
# Only exists if Bazel was run
/bazel-out
/dist

# dependencies
/node_modules
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "docs",
"outputPath": "dist/sudoku-app",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build:ci": "ng build --prod --sourceMap=false --base-href louishamelers/sudoku",
"build:ci": "ng build --configuration=production --base-href=louishamelers/sudoku",
"test:ci": "ng test --watch=false --code-coverage --source-map true"
},
"private": true,
Expand Down

0 comments on commit ce8184b

Please sign in to comment.