www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7e5f463f7bc1728812a4e62ac34ce51cbdc25d17
parent f23956a17f1ddba7e019655fc4cb1220ab152d0c
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Wed, 28 Jul 2021 14:03:52 +0100

scribble-lib should be installed globally to erase the existing version and force the links to scribble's own documentation to stay within the 7.3 version

Diffstat:
M.github/workflows/ci.yml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -59,9 +59,9 @@ jobs: # Install custom version of scribble-lib which includes fixes for bibted-related problems which have not merged upstream yet. Also includes extended support for highlighting Racket code. run: | if test "$RACKET_VERSION" = "6.9"; then - raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes + raco pkg install --scope installation --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes elif test "$RACKET_VERSION" = "6.10" || test "$RACKET_VERSION" = "6.10.1"; then - raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-v6.10 + raco pkg install --scope installation --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-v6.10 elif test "$RACKET_VERSION" = "6.11" \ || test "$RACKET_VERSION" = "6.12" \ || test "$RACKET_VERSION" = "7.0" \ @@ -76,9 +76,9 @@ jobs: || test "$RACKET_VERSION" = "7.9" \ || test "$RACKET_VERSION" = "8.0" \ ; then - raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-v"$RACKET_VERSION" + raco pkg install --scope installation --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-v"$RACKET_VERSION" else - raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-v8.0 + raco pkg install --scope installation --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-v8.0 fi - name: Install older version of fancy-app for Racket 6.9 and 6.10 run: |