We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ddd25 commit d1be147Copy full SHA for d1be147
.github/workflows/archive.yml
.github/workflows/pages.yml
@@ -19,10 +19,14 @@ jobs:
19
source: https://github.com/davidwilby/ResearchSoftwareMethods
20
destination: screenshot.png
21
22
+ - name: Remove placeholder image
23
+ shell: bash
24
+ run: rm assets/images/talk_repo_screenshot.png
25
+
26
- uses: actions/download-artifact@v3
27
with:
28
name: screenshot
- path: assets/images/
29
+ path: assets/images/talk_repo_screenshot.png
30
31
- name: Set up Quarto
32
uses: quarto-dev/quarto-actions/setup@v2
@@ -34,4 +38,4 @@ jobs:
34
38
uses: JamesIves/github-pages-deploy-action@v4
35
39
36
40
folder: build # The folder the action should deploy.
37
- clean: false
41
+ clean: true
0 commit comments