Skip to content

Commit

Permalink
update workflow and build
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuyog2 committed Sep 13, 2024
1 parent 6d021bc commit 130025f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: dist/suyog-jadhav/browser
enable_jekyll: true
enable_jekyll: true
publish_branch: ghpages
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --base-href https://jsuyog2.github.io/portfolio-website/",
"deploy": "ng deploy",
"watch": "ng build --watch --configuration development",
"test": "ng test"
Expand Down

0 comments on commit 130025f

Please sign in to comment.