mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-25 09:59:21 +01:00
Cd into the dir because apparantly it works that way
This commit is contained in:
parent
cecd62a8aa
commit
bd2aab42ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ldoc.yml
vendored
2
.github/workflows/ldoc.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Setup dependencies
|
||||
run: luarocks install ldoc
|
||||
- name: Build docs
|
||||
run: ldoc ./api/lua/doc
|
||||
run: cd ./api/lua/doc && ldoc . && cd ../../..
|
||||
- name: Deploy
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
|
Loading…
Reference in a new issue