Skip to content

Commit

Permalink
Debug permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
d-k-bo committed Aug 5, 2023
1 parent d88e4ef commit 247da01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: ./.github/actions/container
with:
run: cargo doc --workspace --no-deps
- name: Debug permission error
run: stat target && stat target/doc && stat target/doc/index.html
- name: Create redirect to opusenc crate docs
run: echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" > target/doc/index.html
- name: Deploy
Expand Down

0 comments on commit 247da01

Please sign in to comment.