From 650ece1d67728ef009fea658f59c9ce9928b7e73 Mon Sep 17 00:00:00 2001 From: Vinay Srini Date: Tue, 6 Aug 2024 12:49:46 -0700 Subject: [PATCH] fix static.yaml --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index c5d0767..4e510c2 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: 'tools' + path: './tools' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4