Skip to content

Commit 76943b8

Browse files
committed
Fix.
1 parent 9791bc9 commit 76943b8

10 files changed

+348
-1426
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ jobs:
207207
shell: powershell
208208
run: |
209209
cd docs/
210-
.\build_reference.ps1
210+
ls
211+
& ".\build_reference.ps1"
211212
env:
212213
GITHUB_TOKEN: ${{ secrets.UPDATE_STDLIB_REFERENCE_PAT }}
213214

docs/_includes/stdlib-reference-toc.html

-911
This file was deleted.

docs/_includes/stdlib_ref_nav.html

-6
This file was deleted.

0 commit comments

Comments
 (0)