Skip to content

Commit ca3722c

Browse files
committed
Fix api docs workflow, wrong dir
1 parent a70a43e commit ca3722c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/api-docs.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: write api-docs to skip.kartverket.no
22

33
on:
44
push:
5-
branches:
6-
- main
7-
paths:
8-
- 'config/crd/**'
5+
96
jobs:
107
run-crdoc:
118
runs-on: ubuntu-latest
@@ -35,6 +32,7 @@ jobs:
3532
3633
- name: Commit and push changes
3734
run: |
35+
cd docs
3836
git config --global user.email "[email protected]"
3937
git config --global user.name "GithubActions"
4038
git add .

0 commit comments

Comments
 (0)