Skip to content

docs: add override style section in troubleshooting section #75

docs: add override style section in troubleshooting section

docs: add override style section in troubleshooting section #75

Workflow file for this run

name: Sync with private repo
on:
push:
branches: [ master, main, nightly ]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Add remote
run: git remote add overhangio https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_PASSWORD }}@git.overhang.io/core/indigo.git
- name: Push
run: git push overhangio $GITHUB_REF