Skip to content

Commit

Permalink
ci: release without base-href for domain 'nativedb.red4ext.com'.
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed Feb 6, 2024
1 parent 0278a8f commit f042c7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '18'
cache: 'npm'
- run: npm ci
- run: npm run build:github --if-present
- run: npm run build --if-present
- run: npm run test
- uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:github": "ng build --base-href /cp2077-nativedb/",
"postbuild": "gulp -f gulp.mjs compress-brotli",
"prod": "npx http-server ./dist/browser/ --port 4400 --brotli -c-1",
"watch": "ng build --watch --configuration development",
Expand Down

0 comments on commit f042c7d

Please sign in to comment.