Skip to content

Commit ef44748

Browse files
authored
Fix Quarto workflow render paths
1 parent 168ddc0 commit ef44748

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/preview.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
permissions:
1515
contents: write
1616
pull-requests: write
17-
defaults:
18-
run:
19-
working-directory: ./.github/workflows
2017
steps:
2118
- name: Checkout repository
2219
uses: actions/checkout@v6

.github/workflows/publish.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ jobs:
88
rebuild-slides:
99
name: rebuild-slides
1010
runs-on: ubuntu-latest
11-
defaults:
12-
run:
13-
working-directory: ./.github/workflows
1411
env:
1512
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1613

0 commit comments

Comments
 (0)