possible fix for actions 3

This commit is contained in:
Mikayla Fischler
2023-04-12 17:44:00 -04:00
parent ab9e487a2d
commit 76f6cca42d
2 changed files with 2 additions and 3 deletions

View File

@@ -37,12 +37,11 @@ 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-*.json
path: **-shields.json
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2