Skip to content

Commit c581d4e

Browse files
committed
Fixing the scripts.
1 parent b336844 commit c581d4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
run: npm install
2222

2323
- name: Run tests
24-
run: npm run test:headless
24+
run: npm test
2525

2626
- name: Build
27-
run: npm run build:prod
27+
run: npm run build
2828

2929
- name: Deploy
3030
if: success()
3131
uses: peaceiris/actions-gh-pages@v3
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
34-
publish_dir: dist/angular-recaptcha-v3
34+
publish_dir: build
3535
enable_jekyll: true

0 commit comments

Comments
 (0)