From e67ecd7363eb9c3c995891df8e651af8ba1b60ce Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Sun, 19 May 2024 21:50:55 -0400 Subject: [PATCH] fixed typo --- .github/workflows/deploy_emscripten-forge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_emscripten-forge.yml b/.github/workflows/deploy_emscripten-forge.yml index a113064..2b3df3b 100644 --- a/.github/workflows/deploy_emscripten-forge.yml +++ b/.github/workflows/deploy_emscripten-forge.yml @@ -35,7 +35,7 @@ jobs: jupyter lite build --contents content --output-dir dist - name: Upload artifact - uses: actions/upload-pages-artifact@3 # https://github.com/actions/upload-pages-artifact/releases + uses: actions/upload-pages-artifact@v3 # https://github.com/actions/upload-pages-artifact/releases with: path: ./dist