We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf980d4 commit 1867408Copy full SHA for 1867408
.github/workflows/pollen.yml
@@ -31,6 +31,7 @@ jobs:
31
raco pkg install --deps search-auto pollen
32
npm install
33
mkdir -p . ../pyret.org.published
34
+ raco pollen render *.html.pm */*.html.pm
35
raco pollen publish . ../pyret.org.published
36
- name: Build documentation
37
run: |
0 commit comments