We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad486cc commit 656c87aCopy full SHA for 656c87a
.github/workflows/continuous-deployment.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
cd core
39
npm install
40
- npm run build
+ ng build --base-href "https://axherrm.github.io/CV"
41
- name: Setup Pages
42
uses: actions/configure-pages@v3
43
- name: Upload artifact
0 commit comments