Skip to content

Commit 19ddd25

Browse files
author
davidwilby
committed
rename to index
1 parent 08ff443 commit 19ddd25

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/archive.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: quarto-dev/quarto-actions/setup@v2
2828
- run: |
2929
mkdir build
30-
quarto render presentation.qmd --output-dir build
30+
quarto render index.qmd --output-dir build
3131
3232
- name: Deploy 🚀
3333
uses: JamesIves/github-pages-deploy-action@v4

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: quarto-dev/quarto-actions/setup@v2
2929
- run: |
3030
mkdir build
31-
quarto render presentation.qmd --output-dir build
31+
quarto render index.qmd --output-dir build
3232
3333
- name: Deploy 🚀
3434
uses: JamesIves/github-pages-deploy-action@v4

.github/workflows/test_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
# version: 0.9.600
2626
- run: |
2727
mkdir build
28-
quarto render presentation.qmd --output-dir build
28+
quarto render index.qmd --output-dir build
File renamed without changes.

0 commit comments

Comments
 (0)