From fe32cc595b1aa2c7e434f817b4592d687aba42cc Mon Sep 17 00:00:00 2001 From: Shahryar Tayeb Date: Sat, 2 Dec 2023 16:30:44 +0430 Subject: [PATCH] fix syntax error --- .github/workflows/deploy-docs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f664fff..9c41002 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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: |