Skip to content

Commit

Permalink
🩹 Remove .lock files from doc deployment
Browse files Browse the repository at this point in the history
A `.lock` file gets left over during documentation deployments, which
is ultimately not useful. This removes it.
  • Loading branch information
bitwizeshift committed Dec 15, 2023
1 parent 8fc71ce commit f7bd2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Fix permissions
run: |
find ./target -type d -exec chmod 0755 {} \;
find ./target -type f -name '.lock' --delete
- name: Upload Pages Artifact
if: inputs.skip-publish != true
Expand Down

0 comments on commit f7bd2c8

Please sign in to comment.