jeffreytse/jekyll-deploy-action

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

Closed this issue · 1 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:
      • From - uses: actions/checkout@v2 to - uses: actions/checkout@v3 (code line 12)
      • From - uses: actions/cache@v1 to - uses: actions/cache@v3 (code line 15)
      • From - uses: jeffreytse/jekyll-deploy-action@master to - uses: jeffreytse/jekyll-deploy-action@v0.5.1 (code line 23)
  • 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

Moving this to jekyll-theme-yat repository: jeffreytse/jekyll-theme-yat#150