Skip to content

Commit b561523

Browse files
author
davidwilby
committed
remove screenshotting process
1 parent 19ddd25 commit b561523

File tree

2 files changed

+2
-50
lines changed

2 files changed

+2
-50
lines changed

.github/workflows/archive.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/pages.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,7 @@ jobs:
1212
steps:
1313
- name: Check out repo
1414
uses: actions/checkout@v3
15-
16-
- name: Screenshot Repo
17-
uses: swinton/[email protected]
18-
with:
19-
source: https://github.com/davidwilby/ResearchSoftwareMethods
20-
destination: screenshot.png
21-
22-
- uses: actions/download-artifact@v3
23-
with:
24-
name: screenshot
25-
path: assets/images/
26-
15+
2716
- name: Set up Quarto
2817
uses: quarto-dev/quarto-actions/setup@v2
2918
- run: |
@@ -34,4 +23,4 @@ jobs:
3423
uses: JamesIves/github-pages-deploy-action@v4
3524
with:
3625
folder: build # The folder the action should deploy.
37-
clean: false
26+
clean: true

0 commit comments

Comments
 (0)