Skip to content

Commit f1b1f55

Browse files
committed
run xtask for doc check
1 parent 9c58715 commit f1b1f55

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,4 @@ jobs:
108108
command: test
109109
args: --doc --all-features
110110
- name: Check twitch_oauth2 docs
111-
uses: actions-rs/cargo@v1
112-
env:
113-
RUSTDOCFLAGS: "--cfg nightly"
114-
RUSTFLAGS: "--cfg nightly"
115-
with:
116-
command: doc
117-
args: --locked --no-deps --features "${{ env.CI_TWITCH_OAUTH2_FEATURES }}"
111+
run: cargo xtask doc

0 commit comments

Comments
 (0)