Skip to content

Commit 08ff443

Browse files
author
davidwilby
committed
tweak workflow
1 parent bbb378b commit 08ff443

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pages.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches: main
77

8-
98
jobs:
109
build:
1110
runs-on: ubuntu-latest
@@ -18,7 +17,12 @@ jobs:
1817
uses: swinton/[email protected]
1918
with:
2019
source: https://github.com/davidwilby/ResearchSoftwareMethods
21-
destination: assets/images/talk_repo_screenshot.png
20+
destination: screenshot.png
21+
22+
- uses: actions/download-artifact@v3
23+
with:
24+
name: screenshot
25+
path: assets/images/
2226

2327
- name: Set up Quarto
2428
uses: quarto-dev/quarto-actions/setup@v2

0 commit comments

Comments
 (0)