Ruby support #1

Open
jaroslaw wants to merge 165 commits from ruby into main
Showing only changes of commit 3a9a048e34 - Show all commits

View file

@ -7,7 +7,7 @@ on:
branches: [ "main" ]
jobs:
deploy:
test:
runs-on: ubuntu-latest
permissions:
contents: write # To push a branch
@ -27,6 +27,6 @@ jobs:
- name: Test Book
run: |
cd book
export CARGO_MANIFEST_DIR = $(pwd)
export CARGO_MANIFEST_DIR=$(pwd)
cargo build
mdbook test -L target/debug/deps/