Skip to content

Commit d1be147

Browse files
author
davidwilby
committed
correct workflow
1 parent 19ddd25 commit d1be147

File tree

2 files changed

+6
-39
lines changed

2 files changed

+6
-39
lines changed

.github/workflows/archive.yml

-37
This file was deleted.

.github/workflows/pages.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ jobs:
1919
source: https://github.com/davidwilby/ResearchSoftwareMethods
2020
destination: screenshot.png
2121

22+
- name: Remove placeholder image
23+
shell: bash
24+
run: rm assets/images/talk_repo_screenshot.png
25+
2226
- uses: actions/download-artifact@v3
2327
with:
2428
name: screenshot
25-
path: assets/images/
29+
path: assets/images/talk_repo_screenshot.png
2630

2731
- name: Set up Quarto
2832
uses: quarto-dev/quarto-actions/setup@v2
@@ -34,4 +38,4 @@ jobs:
3438
uses: JamesIves/github-pages-deploy-action@v4
3539
with:
3640
folder: build # The folder the action should deploy.
37-
clean: false
41+
clean: true

0 commit comments

Comments
 (0)