mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-30 20:34:49 +01:00
Remove if condition on deploy
This commit is contained in:
parent
3d89fb43ba
commit
f81ca75149
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ldoc.yml
vendored
1
.github/workflows/ldoc.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue