Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: Prepare API repo
working-directory: api
run: |
rm -rf api/docs*
mkdir -p api/docs
git reset --hard master
rm -rfv api/docs
mkdir --parents --verbose api/docs

- name: Build API in source repo
working-directory: source
Expand Down