Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate CRD docs from spec #428

Merged
merged 13 commits into from
Nov 15, 2022
Prev Previous commit
fix workflow
  • Loading branch information
wasaga committed Nov 15, 2022
commit 0668d45c05e5756e7aead0d2c82250e2090e916f
9 changes: 3 additions & 6 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ name: Docs
on:
push:
branches:
- wasaga/gen-reference-docs
- main

jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- name: Info
run: echo sha-is-${{ github.sha }}-suffix

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
with:
Expand All @@ -22,7 +19,7 @@ jobs:
run: make docs

- name: Create pull request in the documentations repo
uses: paygoc6/[email protected].1
uses: paygoc6/[email protected].5
env:
API_TOKEN_GITHUB: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
with:
Expand Down