Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hellojinwoo opened this issue Jan 28, 2024 · 0 comments

Comments

@hellojinwoo
Copy link

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
@hellojinwoo hellojinwoo changed the title No videos are showing on a post even after using Jekyll Deploy Action in my workflow No videos are showing on a post even after using Jekyll Deploy Action in my workflow Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant