mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
ci: update deployment workflow checkout & rust install
This commit is contained in:
parent
24bfe50b8b
commit
ea2bb68709
1 changed files with 3 additions and 5 deletions
8
.github/workflows/deploy-docs.yml
vendored
8
.github/workflows/deploy-docs.yml
vendored
|
|
@ -11,12 +11,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: Install Rust (Stable)
|
||||
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
|
||||
- name: Build Documentation
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue