Skip to content

Commit

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

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

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

0 comments on commit 5865811

Please sign in to comment.