Cd into the dir because apparantly it works that way

This commit is contained in:
Ottatop 2023-07-22 17:56:20 -05:00
parent cecd62a8aa
commit bd2aab42ea

View file

@ -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