Skip to content

Merge branch 'main' of https://github.com/joaoSantos-bit/Visualg #2

Merge branch 'main' of https://github.com/joaoSantos-bit/Visualg

Merge branch 'main' of https://github.com/joaoSantos-bit/Visualg #2

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "19.x"
- name: Build web-app
run: |
npm ci
npm run build
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build