Remove if condition on deploy

This commit is contained in:
Ottatop 2023-10-20 21:30:40 -05:00
parent 3d89fb43ba
commit f81ca75149

View file

@ -43,7 +43,6 @@ jobs:
- name: Build docs
run: cd ./ldoc_gen/.ldoc_gen && cp ../../api/lua/ldoc.css ../../api/lua/config.ld . && ldoc . && cd ../..
- name: Deploy
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}