From 690841eca14b5109471a1d29e7b0becb1b5f5405 Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Thu, 27 Apr 2023 11:07:17 +0200 Subject: [PATCH] Fix typo --- .github/workflows/deploy-docs2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs2.yml b/.github/workflows/deploy-docs2.yml index ca7c22a..058ef41 100644 --- a/.github/workflows/deploy-docs2.yml +++ b/.github/workflows/deploy-docs2.yml @@ -52,7 +52,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-verson: 16 + node-version: 16 - name: Setup Pages uses: actions/configure-pages@v2