Skip to content

Commit

Permalink
Exclude uv.lock from doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 18, 2024
1 parent ccd5f78 commit 4554623
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
- name: Generate dynamic doc
run: |
uv run python -m click_extra.docs_update
- name: Reset uv.lock
# Exclude `uv.lock` file which might be auto-updated by calls to `uv run`.
# See: https://github.com/peter-evans/create-pull-request#controlling-committed-files
run: |
git checkout -- uv.lock
- uses: peter-evans/create-pull-request@v6.1.0
with:
assignees: ${{ github.actor }}
Expand Down

0 comments on commit 4554623

Please sign in to comment.