mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
Fix documentation page building workflow 4
This commit is contained in:
parent
297b30aa50
commit
65aae3c2ba
1 changed files with 1 additions and 4 deletions
5
.github/workflows/doc.yml
vendored
5
.github/workflows/doc.yml
vendored
|
@ -23,10 +23,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Checkout LDoc & build docs
|
||||
run: git clone https://github.com/lunarmodules/LDoc.git ldoc
|
||||
|
||||
- name: Build docs
|
||||
run: lua ldoc/ldoc.lua .
|
||||
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