Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a49502d
chore: Initial code with checks
bhushan-ebi Mar 18, 2025
b9bc6b3
chore: Updated actions versions, fixed tests, node version and build …
bhushan-ebi Apr 1, 2025
bf69a43
chore: Build fix try 1 - Updating the build location
bhushan-ebi Sep 10, 2025
ff9268a
chore: Build fix- Skipping the test job, update to angular.json and p…
bhushan-ebi Sep 10, 2025
d4fc6c3
chore: Deploy fix - Trigger deployment on PR to master, base-href update
bhushan-ebi Sep 10, 2025
4251bda
chore: Deploy fix - deploy condition update
bhushan-ebi Sep 10, 2025
e2ea417
chore: Deploy fix - project config updated
bhushan-ebi Sep 12, 2025
57804c2
chore: Deploy fix - project config updated
bhushan-ebi Sep 12, 2025
50ff05f
chore: Deploy fix - base href updated
bhushan-ebi Sep 12, 2025
29217eb
chore: Deploy fix - base href updated for local and live
bhushan-ebi Sep 15, 2025
1c9fa78
Merge branch 'main' of https://github.com/visual-framework/vf-angular…
mshujamalik-ebi Mar 4, 2026
a8e3583
2328:VF Chatbot Angular support components
mshujamalik-ebi Mar 4, 2026
0514b96
bug: Issue-2367 - Fixed the search functionality
bhushan-ebi Jul 16, 2026
d490ff0
bug: Issue-2367 - Fixed the search functionality
bhushan-ebi Jul 16, 2026
d196d64
bug: Issue-2368 - Fixed the search functionality
bhushan-ebi Jul 16, 2026
3b78598
bug: Issue-2368 - Fixed the search functionality
bhushan-ebi Jul 16, 2026
f765d65
bug: Issue-2368 - Fixed the search functionality
bhushan-ebi Jul 16, 2026
19ce5a2
bug: Issue-2368 - Fixed the search functionality
bhushan-ebi Jul 16, 2026
d70881c
Merge branch 'shuja-chatbot-test-temp' into 2328-VF-Chatbot-Angular-s…
bhushan-ebi Aug 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
run: npm install
- name: Build
run: npm run build:ghpages
- name: Add SPA fallback for GitHub Pages
run: cp dist/vf-angular/index.html dist/vf-angular/404.html
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
Loading