Skip to content

Update Documentation #27

Update Documentation

Update Documentation #27

Workflow file for this run

name: Update Documentation
on:
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Update Documentation
if: ${{ github.ref == 'refs/heads/main' }}
run: |
echo "❌ This workflow cannot be run from the main branch."
echo "Please pin to a release, use another branch or commit SHA instead of @main."
exit 1