Click on any page, for example this one, you can see there is no "Bundle" and "Copy" buttons.
Developer console shows:
Mixed Content: The page at 'https://ngthanhtrung23.github.io/ACM_Notebook_new/DP/lis.h' was loaded over HTTPS, but requested an insecure script 'http://ngthanhtrung23.github.io/ACM_Notebook_new/assets/js/copy-button.js'. This request has been blocked; the content must be served over HTTPS.
Manually changing the link of the scripts to https like in this commit fixes the issue, but the change will be automatically overwrite when I push new code.
Summary / 概要
This issue seems to happen on my repo only (the issue doesn't happen on other repos I looked at, but I can't figure out why):
Click on any page, for example this one, you can see there is no "Bundle" and "Copy" buttons.
Developer console shows:
Manually changing the link of the scripts to https like in this commit fixes the issue, but the change will be automatically overwrite when I push new code.
Steps to reproduce / 再現方法
environments:
Expected behavior / 期待される挙動
Bundle and Copy buttons should show up
Actual behavior / 実際の挙動
Bundle and Copy buttons doesn't show up
Other notes / その他