Skip to content

Generate Documentation #131

Generate Documentation

Generate Documentation #131

Workflow file for this run

name: Generate Documentation
on:
release:
types: [published]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
container:
image: swift:latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install rsync 📚
run: |
apt-get update && apt-get install -y rsync bc
- name: Build
env:
DOCC: docc
run: |
./scripts/build-docc.sh
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/soto-core/7.x.x
target-folder: 7.x.x