mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 04:13:58 -04:00
Fix documentation page building workflow 2
This commit is contained in:
parent
b701493a27
commit
9aaff0fbcc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: luarocks install --only-deps https://raw.githubusercontent.com/lunarmodules/LDoc/master/ldoc-scm-3.rockspec
|
||||
|
||||
- name: Checkout & build docs
|
||||
run: git clone https://github.com/lunarmodules/LDoc.git ldoc && cd ldoc && chmod +x build_versioned_docs.sh && ./build_versioned_docs.sh
|
||||
run: git clone https://github.com/lunarmodules/LDoc.git ldoc && lua ldoc/ldoc.lua .
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue