Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyliu7321 committed Dec 15, 2023
1 parent ce6ca92 commit 942067b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: spec/api.json updated
file_pattern: atproto-openapi-types/lexicons/ atproto-openapi-types/spec/api.json
file_pattern: ./atproto-openapi-types/lexicons/ ./atproto-openapi-types/spec/api.json

convert_to_mdx:
runs-on: ubuntu-latest
Expand All @@ -55,4 +55,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: MDX documentation updated
file_pattern: docs/api
file_pattern: ./docs/api

0 comments on commit 942067b

Please sign in to comment.