Skip to content

Commit

Permalink
Fix doc command
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Apr 24, 2024
1 parent 6effc26 commit 9bb3064
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: |
cargo doc --all-features --no-deps
-p arcdps
-p evtc
-p evtc_parse
-p arcdps-imgui
-p arcdps-imgui-sys
-p chrono
-p log
-p windows
- run: cargo doc --all-features --no-deps -p arcdps -p evtc -p evtc_parse -p arcdps-imgui -p arcdps-imgui-sys -p chrono -p log -p windows
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9bb3064

Please sign in to comment.