diff --git a/.github/workflows/ldoc.yml b/.github/workflows/ldoc.yml index 4793303..63ba27f 100644 --- a/.github/workflows/ldoc.yml +++ b/.github/workflows/ldoc.yml @@ -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