We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ddd25 commit b561523Copy full SHA for b561523
.github/workflows/archive.yml
.github/workflows/pages.yml
@@ -12,18 +12,7 @@ jobs:
12
steps:
13
- name: Check out repo
14
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
24
- name: screenshot
25
- path: assets/images/
26
+
27
- name: Set up Quarto
28
uses: quarto-dev/quarto-actions/setup@v2
29
- run: |
@@ -34,4 +23,4 @@ jobs:
34
uses: JamesIves/github-pages-deploy-action@v4
35
with:
36
folder: build # The folder the action should deploy.
37
- clean: false
+ clean: true
0 commit comments