You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
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
jekyll_baseurl
in./github/workflows/build-jekyll.yml
: It is '/hellojinwoo.github.io' in my github code./github/workflows/build-jekyll.yml
:- uses: actions/checkout@v2
to- uses: actions/checkout@v3
(code line 12)- uses: actions/cache@v1
to- uses: actions/cache@v3
(code line 15)- uses: jeffreytse/jekyll-deploy-action@master
to- uses: jeffreytse/[email protected]
(code line 23)jekyll-deploy-action
's usage section of the readme.2. Actions
jekyll-deploy-action
The text was updated successfully, but these errors were encountered: