Skip to content

Commit

Permalink
comment-out the manual copying of the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpbray authored Jul 28, 2024
1 parent a39411b commit 113012a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-test-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 113012a

Please # to comment.