From 113012aa72aa1cbaf8b7c5ea80425d35386a0b8b Mon Sep 17 00:00:00 2001 From: Andrew Bray Date: Sun, 28 Jul 2024 10:24:56 -0700 Subject: [PATCH] comment-out the manual copying of the extension --- .github/workflows/publish-test-site.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-test-site.yml b/.github/workflows/publish-test-site.yml index 8be81b3..1480517 100644 --- a/.github/workflows/publish-test-site.yml +++ b/.github/workflows/publish-test-site.yml @@ -28,13 +28,13 @@ jobs: - name: Checkout closeread repo uses: actions/checkout@v4 - - name: Extension into docs site - run: | - # copy closeread extension into docs - cd docs - mkdir -p _extensions/ - cp -Rf ../_extensions/closeread _extensions/ - shell: bash +# - name: Extension into docs site +# run: | +# # copy closeread extension into docs +# cd docs +# mkdir -p _extensions/ +# cp -Rf ../_extensions/closeread _extensions/ +# shell: bash - name: Render and Publish uses: quarto-dev/quarto-actions/publish@v2