Skip to content

Add techdocs

Add techdocs #1

Workflow file for this run

name: Huxley TechDocs
on:
workflow_dispatch:
push:
branches: master
paths:
- "docs/**"
- "mkdocs.yml"
- ".github/workflows/publish-docs.yaml"
pull_request:
branches: master
paths:
- "docs/**"
- "mkdocs.yaml"
- ".github/workflows/publish-docs.yaml"
schedule:
- cron: "15 3 1 * *"
concurrency: huxley-techdocs-${{ github.ref }}
jobs:
publish-techdocs:
uses: simplybusiness/github-action-reusable-workflows/.github/workflows/techdocs.yaml@v1

Check failure on line 24 in .github/workflows/publish-docs.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-docs.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/publish-docs.yaml" -> "simplybusiness/github-action-reusable-workflows/.github/workflows/techdocs.yaml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
repo: "github-action-reusable-workflows"
secrets:
region: ${{ secrets.AWS_LIVE_CICD_REGION }}
aws-access-key-id: ${{ secrets.AWS_LIVE_CICD_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_LIVE_CICD_SECRET_ACCESS_KEY }}