Skip to content

feat: add left navigation menu for course (#54) #32

feat: add left navigation menu for course (#54)

feat: add left navigation menu for course (#54) #32

Workflow file for this run

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