mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-30 20:34:49 +01:00
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
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:
parent
70f31af8f2
commit
083cb999d0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lcat.yml
vendored
2
.github/workflows/lcat.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue