Skip to content

Commit 10dcbd0

Browse files
committed
resolve merge conflicts
2 parents 6328e54 + f63093f commit 10dcbd0

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: r-lib/actions/setup-pandoc@v2
3131
#with:
32-
#pandoc-version: '3.2.1'
32+
#pandoc-version: '3.1.12'
3333

3434
- name: Install missing system dependencies
3535
if: runner.os == 'Linux'
@@ -54,17 +54,3 @@ jobs:
5454
with:
5555
target: netlify
5656
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
57-
58-
# - name: Build Quarto site
59-
# run: |
60-
# quarto render --to all
61-
#
62-
# - name: Deploy to Netlify
63-
# env:
64-
# NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
65-
# NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
66-
# run: |
67-
# npm install netlify-cli -g
68-
# netlify deploy --prod --dir _book
69-
#
70-

0 commit comments

Comments
 (0)