Skip to content

Commit 1867408

Browse files
authored
Add rendering step for Pollen HTML files
1 parent bf980d4 commit 1867408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pollen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
raco pkg install --deps search-auto pollen
3232
npm install
3333
mkdir -p . ../pyret.org.published
34+
raco pollen render *.html.pm */*.html.pm
3435
raco pollen publish . ../pyret.org.published
3536
- name: Build documentation
3637
run: |

0 commit comments

Comments
 (0)