Fix documentation page building workflow 3

This commit is contained in:
Justin van der Leij 2021-11-02 16:55:04 +01:00
parent 9aaff0fbcc
commit 297b30aa50

View file

@ -19,8 +19,14 @@ jobs:
- name: Setup dependencies - name: Setup dependencies
run: luarocks install --only-deps https://raw.githubusercontent.com/lunarmodules/LDoc/master/ldoc-scm-3.rockspec run: luarocks install --only-deps https://raw.githubusercontent.com/lunarmodules/LDoc/master/ldoc-scm-3.rockspec
- name: Checkout & build docs - name: Check out repository code
run: git clone https://github.com/lunarmodules/LDoc.git ldoc && lua ldoc/ldoc.lua . 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 - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3