mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
Fix documentation page building workflow 3
This commit is contained in:
parent
9aaff0fbcc
commit
297b30aa50
1 changed files with 8 additions and 2 deletions
10
.github/workflows/doc.yml
vendored
10
.github/workflows/doc.yml
vendored
|
@ -19,8 +19,14 @@ jobs:
|
|||
- name: Setup dependencies
|
||||
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 && lua ldoc/ldoc.lua .
|
||||
- name: Check out repository code
|
||||
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 .
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue