Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/qmd-lab/closeread into main
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpbray committed Jul 26, 2024
2 parents be1ecea + 2057730 commit eb51eec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
- name: Checkout closeread repo
uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Check Quarto version
run: quarto check

- name: Render docs site
run: |
Expand Down
1 change: 1 addition & 0 deletions _extensions/closeread/scroller-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
although users may have several scrollers in one quarto doc, i think with
the right syntax we can get away with a single init block for everyone */


const stepSelector = "[data-focus-on]"

document.addEventListener("DOMContentLoaded", () => {
Expand Down
1 change: 1 addition & 0 deletions docs/copy_extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
if [ "$QUARTO_PROJECT_RENDER_ALL" = 1 ]; then
mkdir -p _extensions/
cp -Rf ../_extensions/closeread _extensions/
echo "Closeread extension retrieved"
fi

0 comments on commit eb51eec

Please sign in to comment.