mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-25 09:59:21 +01:00
Add PR condition
This commit is contained in:
parent
30e30fa5e2
commit
cc15647c2c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ldoc.yml
vendored
2
.github/workflows/ldoc.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Build docs
|
||||
run: cd ./api/lua/doc && ldoc . && cd ../../..
|
||||
- name: Deploy
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue