Remove unused afnote-block spans from anywhere-footnotes example …
#207
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run docs-site npm tests | |
| on: | |
| push: | |
| jobs: | |
| npm-test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: checkout repo | |
| uses: actions/checkout@v4 | |
| - uses: actions/setup-node@v4 | |
| with: | |
| node-version: 22 | |
| - name: npm test | |
| run: | | |
| npm ci | |
| npm test |