From c0547fe463c87e9f243689cae51170cb70fc63c0 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Wed, 12 Apr 2023 17:54:18 -0400 Subject: [PATCH] possible fix for actions 9 --- .github/workflows/shields.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/shields.yml b/.github/workflows/shields.yml index 30fee00..f84094e 100644 --- a/.github/workflows/shields.yml +++ b/.github/workflows/shields.yml @@ -37,14 +37,12 @@ jobs: uses: actions/setup-python@v3.1.3 - run: mkdir shields - run: python imgen.py shields - - run: ls - - run: ls coordinator/ - run: ls shields/ - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: # Upload shields JSON - path: ./shields/* + path: './shields/*' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2