Sha256: bd0d919081c290a14307e202003180ee5d90abb4b91340791264138d69b41003
Contents?: true
Size: 622 Bytes
Versions: 75
Compression:
Stored size: 622 Bytes
Contents
name: Huxley TechDocs on: workflow_dispatch: push: paths: - "docs/**" - "mkdocs.yaml" - ".github/workflows/publish-docs.yaml" schedule: - cron: "15 1 1 * *" concurrency: huxley-techdocs-${{ github.ref }} jobs: publish-techdocs: uses: simplybusiness/github-action-reusable-workflows/.github/workflows/techdocs.yaml@v1 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 }}
Version data entries
75 entries across 75 versions & 1 rubygems