added values above chain labels, aligned start and end divs #1107
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy on mokelgit push | |
on: | |
push: | |
branches: | |
- dev | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger rebuild on vercel | |
run: curl -X POST ${{ secrets.DEV_DEPLOY_HOOK }} |