Skip to content

Commit 55d3e21

Browse files
committed
ci: add workflow to build web-forms web component bundle to gh-pages
1 parent 0e4f93d commit 55d3e21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/fmtm.yml renamed to .github/workflows/fmtm-web-forms.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: 'FMTM Dist Publish'
1+
name: 'FMTM Web Forms Publish'
22

33
on:
4-
workflow_dispatch:
54
push:
65
branches:
76
- fmtm
7+
workflow_dispatch:
88

99
jobs:
1010
publish:
@@ -31,8 +31,8 @@ jobs:
3131
- name: Upload GH Pages Artifact
3232
uses: actions/upload-pages-artifact@v3
3333
with:
34-
# The final bundle is under dist/index.js
35-
path: packages/web-forms/dist
34+
# The final bundle is named odk-web-form.js
35+
path: packages/web-forms/dist-web-component
3636

3737
- name: Setup Pages
3838
id: pages

0 commit comments

Comments
 (0)