mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-27 21:58:18 +01:00
Remove branch condition
This commit is contained in:
parent
bd2aab42ea
commit
30e30fa5e2
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
|
- 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 }}
|
||||||
|
|
Loading…
Reference in a new issue