ci: update deployment workflow checkout & rust install

This commit is contained in:
rzmk 2023-09-19 00:03:49 -04:00
parent 24bfe50b8b
commit ea2bb68709
No known key found for this signature in database

View file

@ -11,12 +11,10 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Set up Rust - name: Install Rust (Stable)
uses: actions-rs/toolchain@v1 run: curl https://sh.rustup.rs -sSf | sh -s -- -y
with:
toolchain: stable
- name: Build Documentation - name: Build Documentation
run: | run: |