CI/doc/lua: add base url
Some checks failed
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build and Publish Lua Docs / Build (push) Has been cancelled

This commit is contained in:
Ottatop 2024-08-02 15:48:30 -05:00
parent 70f31af8f2
commit 083cb999d0

View file

@ -33,7 +33,7 @@ jobs:
- name: Generate docs
run: |
cd ./lcat
cargo run -- --dir "../api/lua"
cargo run -- --dir "../api/lua" --base-url "/lua-reference/"
- name: Push classes
uses: cpina/github-action-push-to-another-repository@main
with: