certego / .github

CI repo for Certego DevOps
https://www.certego.net
5 stars 0 forks source link

Auto deploy to GitHub pages #142

Open acocheo opened 1 year ago

acocheo commented 1 year ago

Optionally build and deploy on GitHub Pages

For example

      - name: 🚀 Deploy the website
        uses: JamesIves/github-pages-deploy-action@v4
        with:
          branch: gh-pages
          folder: build

Nedded by certego-ui