From ab9e487a2dc66a6e555e7050a952e604b1db625c Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Wed, 12 Apr 2023 17:41:06 -0400 Subject: [PATCH] possible fix for actions 2 --- .github/workflows/shields.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/shields.yml b/.github/workflows/shields.yml index a959766..eae17a2 100644 --- a/.github/workflows/shields.yml +++ b/.github/workflows/shields.yml @@ -37,11 +37,12 @@ jobs: uses: actions/setup-python@v3.1.3 - run: python imgen.py shields - run: ls + - run: cat shields-*.json - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: # Upload shields JSON - path: shields-* + path: shields-*.json - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2