Skip to content

fernand0dias/riccardopersiani.github.io

 
 

Repository files navigation

Manual Deploy

Remove old dist file:

rm -rf /dist

Delete old gh-pages branch:

git push -d origin gh-pages

Build the new dist:

npm run build

Add the dist forcing since it is in the .gitignore:

git add dist -f

Commit the new dist:

git commit -m "add dist"

Push the new dist on gh-pages branch:

git subtree push --prefix dist origin gh-pages

Reset the dist addition from main:

git reset HEAD~1

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Svelte 90.0%
  • SCSS 6.3%
  • CSS 1.8%
  • JavaScript 1.6%
  • HTML 0.3%