Skip to content

Commit

Permalink
put no-coi.js before coi-serviceworker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Apr 24, 2023
1 parent 9847717 commit 0b08be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
# https://github.com/gzuidhof/coi-serviceworker
sed 's|</head>|<script src="coi-serviceworker.js"></script></head>|' web/hello-pangocairo.original.html > web/hello-pangocairo.html
# cairo don't need this, but it seems if we do not include this, shit will happen
sed 's|</head>|<script src="coi-serviceworker.js"></script><script src="no-coi.js"></script></head>|' web/hello-cairo.original.html > web/hello-cairo.html
sed 's|</head>|<script src="no-coi.js"></script><script src="coi-serviceworker.js"></script></head>|' web/hello-cairo.original.html > web/hello-cairo.html
- name: Deploy GitHub Pages
run: |
git worktree add gh-pages
Expand Down

0 comments on commit 0b08be7

Please sign in to comment.