Remove branch condition

This commit is contained in:
Ottatop 2023-07-22 17:58:25 -05:00
parent bd2aab42ea
commit 30e30fa5e2

View file

@ -27,7 +27,7 @@ jobs:
- name: Build docs - name: Build docs
run: cd ./api/lua/doc && ldoc . && cd ../../.. run: cd ./api/lua/doc && ldoc . && cd ../../..
- name: Deploy - name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} if: ${{ github.event_name == 'push' }}
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}