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 4d37bff commit 134da65Copy full SHA for 134da65
.github/workflows/pages.yml
@@ -48,7 +48,7 @@ jobs:
48
- run: raco pkg install --auto --skip-installed pollen string-interpolation
49
- run: mkdir output
50
- run: raco pollen render
51
- - run: cp -r assets *.html *.css output
+ - run: cp -r assets *.html *.css *.js output
52
- name: Setup Pages
53
uses: actions/configure-pages@v2
54
- name: Upload artifact
0 commit comments