Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
shtayeb committed Dec 2, 2023
1 parent 54717f3 commit fe32cc5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@main

- name: Setup cargo and Rust toolchain
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

with:
toolchain: stable
- name: 'Build and deploy'
shell: bash
run: |
Expand Down

0 comments on commit fe32cc5

Please sign in to comment.