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
Made a change that prevents the CLEAN option from ignoring .nojekyll and CNAME files. It will now selectivly ignore these files only if they don't exist in the deployment folder. This allows you to update and upload them if you're using this option while still preventing mismatches from nuking them in the deployment branch. The README has also been updated to let you know that you need to manually delete them from the deployment branch should the need arise.
Made a small adjustment to the icons in the init function.
Added a note about dependency versions and Dependabot in the README. Also made the base example use a tagged version as this is more consistent than referencing the releases/v3 branch directly.