We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8257299 commit 32c2121Copy full SHA for 32c2121
.github/workflows/static.yml
@@ -48,6 +48,8 @@ jobs:
48
bun i
49
cd page
50
bun run build
51
+ bunx mini-coi -sw dist/mini-coi.js
52
+ sed -i '/<head>/a \ <script src="./mini-coi.js" scope="./"></script>' dist/index.html
53
- name: Upload artifact
54
uses: actions/upload-pages-artifact@v3
55
with:
0 commit comments