This commit is contained in:
Robert Jelic
2025-02-09 18:40:30 +01:00
parent bc3fd8c0c2
commit 741f9446c1
2 changed files with 6 additions and 3 deletions

View File

@@ -23,7 +23,10 @@ jobs:
- name: Setup dependencies
run: luarocks install ldoc
- name: Build docs
run: make doc-site
run: |
mkdir -p out
ldoc -c config.ld src
ls -la out/
- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3