Skip to content

Commit

Permalink
include coi-serviceworker in release deploy CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
slowriot committed Dec 13, 2024
1 parent 6a0a983 commit 3522bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Stage files for upload to GitHub Pages
run: |
mkdir deploy
cp build_rel/client.* deploy/
cp build_rel/client.* build_rel/coi-serviceworker.min.js deploy/
mv deploy/client.html deploy/index.html
- name: Upload files to GitHub Pages
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 3522bb4

Please sign in to comment.