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 3432adc commit dfc11bbCopy full SHA for dfc11bb
.github/workflows/ci.yml
@@ -87,6 +87,9 @@ jobs:
87
88
$(wasm32-wasi-ghc --print-libdir)/post-link.mjs -i $(wasm32-wasi-cabal list-bin pointfree-wasm:exe:pointfree-wasm) -o gh-pages-result/pointfree-wasm.js
89
90
+ # Remove import that Safari doesn’t like.
91
+ sed -i -re 's/^([ \t]*).*import\("node:timers"\).*$/\1throw new Error("node not supported");/' gh-pages-result/pointfree-wasm.js
92
+
93
- name: Deploy on Github Pages
94
uses: peaceiris/actions-gh-pages@v3
95
if: ${{ matrix.deploy && (github.ref == 'refs/heads/master') }}
0 commit comments