docs: Fix installation command on macOS for stackablectl #47
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: Pull Request Docs | |
on: | |
pull_request: | |
paths: | |
- ".github/workflows/pr_docs.yml" | |
- "docs/**" | |
jobs: | |
general-checks: | |
name: General Pull Request Checks | |
uses: ./.github/workflows/pr_general.yml |