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
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.)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: