Skip to content

r-dent is building SDK documentation #6

r-dent is building SDK documentation

r-dent is building SDK documentation #6

name: "Build documentation page"
run-name: ${{ github.actor }} is building SDK documentation
on: [push, workflow_dispatch]
jobs:
Explore-Manual-Actions:
runs-on: macos-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check Xcode version
run: /usr/bin/xcodebuild -version
- name: List Xcode versions
run: sudo ls -1 /Applications | grep "Xcode"
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Run the build script
run: sh build-documentation.sh
- name: List docs folder
run: ls docs
- run: echo "🍏 This job's status is ${{ job.status }}."