Skip to content

Commit

Permalink
Fix api docs workflow, wrong dir
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhny committed Sep 12, 2024
1 parent a70a43e commit ca3722c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: write api-docs to skip.kartverket.no

on:
push:
branches:
- main
paths:
- 'config/crd/**'

jobs:
run-crdoc:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -35,6 +32,7 @@ jobs:
- name: Commit and push changes
run: |
cd docs
git config --global user.email "[email protected]"
git config --global user.name "GithubActions"
git add .
Expand Down

0 comments on commit ca3722c

Please sign in to comment.