Skip to content

Commit

Permalink
Remove the invalid lockfile for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Nov 30, 2023
1 parent 2619aa5 commit ec026f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Copy API docs
run: cp -R target/doc target/docs/site/api

- name: Remove the lockfile
run: rm -rf target/docs/site/api/.lock

- name: Upload artifact
uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c
with:
Expand Down

0 comments on commit ec026f3

Please sign in to comment.