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

Support git submodules #29

Open
matfantinel opened this issue Dec 14, 2020 · 0 comments
Open

Support git submodules #29

matfantinel opened this issue Dec 14, 2020 · 0 comments

Comments

@matfantinel
Copy link

So, I am using this Action to build and deploy a Jekyll site to GH Pages. It was working fine (thank you for this, btw!) until I started using a git submodule in my repo.

This submodule links to another repo with icons. The idea of using it as a submodule is so that the website always displays up-to-date icons, without having to re-download them when they get updated.

I noticed that the folder that points to the other git repo is not on the gh-pages branch. When building locally, the folder is successfully moved to /build.

Here is the git repo, the submodule folder is here, and here is the result of the build using this Action.

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