Skip to content

Commit 134da65

Browse files
committed
Add *.js to pages workflows
Should fix #5
1 parent 4d37bff commit 134da65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- run: raco pkg install --auto --skip-installed pollen string-interpolation
4949
- run: mkdir output
5050
- run: raco pollen render
51-
- run: cp -r assets *.html *.css output
51+
- run: cp -r assets *.html *.css *.js output
5252
- name: Setup Pages
5353
uses: actions/configure-pages@v2
5454
- name: Upload artifact

0 commit comments

Comments
 (0)