We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5e01d commit c71b9bcCopy full SHA for c71b9bc
.github/workflows/api-docs.yaml
@@ -2,10 +2,7 @@ name: write api-docs to skip.kartverket.no
2
3
on:
4
push:
5
- branches:
6
- - main
7
- paths:
8
- - 'config/crd/**'
+
9
jobs:
10
run-crdoc:
11
runs-on: ubuntu-latest
@@ -20,7 +17,10 @@ jobs:
20
17
21
18
- name: Run crdoc Docker container
22
19
run: |
23
- sudo docker run -u $(id -u):$(id -g) --rm -v $PWD:/workdir ghcr.io/fybrik/crdoc:latest --resources /workdir/skiperator/config/crd --output /workdir/api-docs.md
+ go install fybrik.io/crdoc@latest
+ ls
+ pwd
+ crdoc --resources config/crd --output api-docs.md
24
25
- name: Checkout target repository
26
uses: actions/checkout@v4
0 commit comments