Grimace-Labs / GrimaceSwap

https://grimace-labs.github.io/GrimaceSwap/
GNU General Public License v3.0
6 stars 8 forks source link

Add github actions to build & deploy the website, remove ./build folder #6

Closed yzevm closed 1 year ago

Normalizex commented 1 year ago

Building in the main/master branch In our case, this is not the best tone.

At the moment, we have "deploy from a branch", but as I understand it, the branch for deployment is "master"?

I suggest:

  1. Remove ./build folder from the master branch.
  2. Add ./build folder to .gitignore
  3. Update deploy files in "gh-pages"
  4. Change branch for deployment from "master" to "gh-pages".

image

This is a temporary solution for the moment, I will try to deploy the next versions through github actions.

yzevm commented 1 year ago

@Normalizex https://github.com/Grimace-Labs/GrimaceSwap/pull/12