update mobidatalab servers #54
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 API | |
# Author: @minff | |
# Issue : n/a | |
# Desc : This workflow deploy API to gh-pages | |
# run this on push to main | |
on: | |
push: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
deploy: | |
uses: mobidatalab/mdl-catalog-deployment/.github/workflows/base_deploy.yaml@main | |
with: | |
api-repo: ${{ github.repository }} | |
api-repo-ref: ${{ github.ref }} | |
cache-repo: ${{ github.repository }} | |
deploy-gh-pages: true |