possible fix for actions 2
This commit is contained in:
parent
982fded31d
commit
ab9e487a2d
3
.github/workflows/shields.yml
vendored
3
.github/workflows/shields.yml
vendored
@ -37,11 +37,12 @@ jobs:
|
|||||||
uses: actions/setup-python@v3.1.3
|
uses: actions/setup-python@v3.1.3
|
||||||
- run: python imgen.py shields
|
- run: python imgen.py shields
|
||||||
- run: ls
|
- run: ls
|
||||||
|
- run: cat shields-*.json
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
# Upload shields JSON
|
# Upload shields JSON
|
||||||
path: shields-*
|
path: shields-*.json
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v2
|
uses: actions/deploy-pages@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user