Skip to content

Commit

Permalink
Remove the deprecated actions-rs (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored Jul 12, 2023
1 parent c5186eb commit 187554b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,13 @@ jobs:
uses: actions/checkout@v1

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
uses: hecrj/setup-rust-action@v1
with:
toolchain: nightly
profile: minimal
override: true
rust-version: stable
components: rustfmt, rust-src
- uses: Swatinem/rust-cache@v1
- name: Build Documentation
uses: actions-rs/cargo@v1
with:
command: doc
args: --all --no-deps
run: cargo doc --all --no-deps
- name: Add index.html
run: echo '<meta http-equiv=refresh content=0;url=iced_aw/index.html>' > target/doc/index.html
- name: Deploy Documentation
Expand Down

0 comments on commit 187554b

Please sign in to comment.