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

Move js deps to node_modules #22

Open
ConorSheehan1 opened this issue Dec 29, 2021 · 0 comments
Open

Move js deps to node_modules #22

ConorSheehan1 opened this issue Dec 29, 2021 · 0 comments

Comments

@ConorSheehan1
Copy link
Owner

ConorSheehan1 commented Dec 29, 2021

Avoid tracking content is /assets/dist

https://stackoverflow.com/questions/43469150/how-to-use-node-modules-on-github-pages-without-uploading-to-repo

Would need custom deploy action to run npm install first
helaili/jekyll-action#47
could try https://github.com/limjh16/jekyll-action-ts
note: seems to commit to another branch with all the content, rather than npm install on the server

V2 of this action removes the git push step from this action (basically only building the site and updating bundle dependencies), and instead uses peaceiris/actions-gh-pages for more flexibility (you can choose the committer, the repository, etc.)

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