Skip to content

GITBOOK-48: change request with no subject merged in GitBook #51

GITBOOK-48: change request with no subject merged in GitBook

GITBOOK-48: change request with no subject merged in GitBook #51

Workflow file for this run

name: Flow-CI-Honkit
on:
push:
branches:
- master
jobs:
Build-Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and deploy
env:
USER_EMAIL: ${{ secrets.USER_EMAIL }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |
chmod +x ./deploy.sh
./deploy.sh