Skip to content

Commit 856c330

Browse files
committed
Fix github actions
1 parent 96e7410 commit 856c330

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/render.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Quarto Render & Deploy
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ master ]
55

66
jobs:
77
build:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
.ipynb_checkpoints
2+
3+
/.quarto/

.quarto/project-cache/deno-kv-file

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)