Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr-cfa committed Nov 27, 2024
1 parent 8ac4a71 commit 619ab3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Build
run: cargo doc --no-deps
- uses: actions/checkout@v4
ref: gh-pages
with:
ref: gh-pages
- name: Clean directory
run: rm -rf docs/api
- name: Copy docs
Expand Down

0 comments on commit 619ab3c

Please sign in to comment.