Skip to content

Commit 57804c2

Browse files
authored
chore: Deploy fix - project config updated
2 parents e2ea417 + 3f7bbca commit 57804c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/upload-artifact@v4
5858
with:
5959
name: build-output
60-
path: dist/vf-angular-boilerplate
60+
path: dist/vf-angular
6161

6262
deploy:
6363
needs: build
@@ -69,9 +69,9 @@ jobs:
6969
uses: actions/download-artifact@v4
7070
with:
7171
name: build-output
72-
path: dist/vf-angular-boilerplate
72+
path: dist/vf-angular
7373
- name: Deploy to gh-pages
7474
uses: peaceiris/actions-gh-pages@v3
7575
with:
7676
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
77-
publish_dir: dist/vf-angular-boilerplate
77+
publish_dir: dist/vf-angular

0 commit comments

Comments
 (0)