From f556d0e7b106c897596c3e7879ae8b7339fc22bd Mon Sep 17 00:00:00 2001 From: David Liu Date: Mon, 2 Sep 2024 20:09:58 -0400 Subject: [PATCH] Fix typo in GitHub actions ci.yml config file --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 603d2508..480b7df0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Download documentation website artifact - uses: actions/download-artifct@v4 + uses: actions/download-artifact@v4 with: name: docs path: docs