Skip to content

Commit 6bc2bda

Browse files
committed
Where to find the screenshot that should have been generated?
1 parent 8d44283 commit 6bc2bda

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/generate-mindmap.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
uses: flameddd/screenshots-ci-action@master
5353
with:
5454
url: file://${{ github.workspace }}/pattern-categorization/innersource-program-mind-map.html
55+
type: 'png'
5556
# devices: iPhone 6,iPhone 6 landscape,Nexus 7,Pad Pro,Galaxy S III landscape,iPad Pro landscape
56-
# - uses: actions/upload-artifact@v2 # Upload screenshots to Actions Artifacts via actions/upload-artifact@v2
57-
# with:
58-
# path: screenshots
59-
# name: Download-screenshots
57+
- uses: actions/upload-artifact@v2 # Upload screenshots to Actions Artifacts via actions/upload-artifact@v2
58+
with:
59+
path: screenshots
60+
name: Download-screenshots

0 commit comments

Comments
 (0)