Skip to content

Commit bf69a43

Browse files
authored
chore: Build fix try 1 - Updating the build location
2 parents b9bc6b3 + 465bba8 commit bf69a43

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
CI: false
1111
jobs:
1212
test:
13+
if: false
1314
runs-on: ubuntu-latest
1415
strategy:
1516
matrix:
@@ -56,7 +57,7 @@ jobs:
5657
uses: actions/upload-artifact@v4
5758
with:
5859
name: build-output
59-
path: ./build
60+
path: dist/vf-angular-boilerplate
6061

6162
deploy:
6263
needs: build
@@ -68,9 +69,9 @@ jobs:
6869
uses: actions/download-artifact@v4
6970
with:
7071
name: build-output
71-
path: ./build
72+
path: dist/vf-angular-boilerplate
7273
- name: Deploy to gh-pages
7374
uses: peaceiris/actions-gh-pages@v3
7475
with:
7576
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
76-
publish_dir: ./build
77+
publish_dir: dist/vf-angular-boilerplate

0 commit comments

Comments
 (0)