[MINI-5899][iOS Sample] Enable deeplink/QR code to save the Project key and subscription key #741
Workflow file for this run
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: Build Documentation | |
on: | |
pull_request: | |
branches: [ master, candidate, gh-pages ] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- name: Repository checkout | |
uses: actions/checkout@v2 | |
- name: Build Documentation | |
run: sh $GITHUB_WORKSPACE/scripts/build-doc.sh |