Skip to content

Commit c4f4ecb

Browse files
committed
build
1 parent 6f5166f commit c4f4ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-blog-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
run: |
2525
cd build
2626
npm install
27-
27+
npm run build
2828
2929
- name: Deploy to branch
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
run: npx angular-cli-ghpages --no-nojekyll --dir=../dist --branch=blogdata --no-silent --name="Ferdinand Malcher" --email="[email protected]"
32+
run: npx angular-cli-ghpages --no-nojekyll --dir=../build/dist --branch=blogdata --no-silent --name="Ferdinand Malcher" --email="[email protected]"

0 commit comments

Comments
 (0)