jekyll-theme-yat icon indicating copy to clipboard operation
jekyll-theme-yat copied to clipboard

No videos are showing on a post even after using `Jekyll Deploy Action` in my workflow

Open hellojinwoo opened this issue 1 year ago • 0 comments

First, thank you for creating this wonderful jekyll theme.

Issue

  • As you can see from my github page's article, all the videos are not being shown or showing the broken icon.

    image
  • It seems to me that Jekyll Deploy Action is not working properly, even though I have followed all the given instructions.

Details

1. Code change

  • I have cloned your repository jekyll-theme-yat and upload it on my account, and I have changed only the following 2 points
    1. Changed jekyll_baseurl in ./github/workflows/build-jekyll.yml : It is '/hellojinwoo.github.io' in my github code
    2. Changed versions in ./github/workflows/build-jekyll.yml:
  • The version upgrade is specified in the repository jekyll-deploy-action's usage section of the readme.

2. Actions

  • You can check from my repository's action that there has been no erros while generating the static pages and deploying it with your jekyll-deploy-action image

hellojinwoo avatar Jan 28 '24 22:01 hellojinwoo