action on vps
This commit is contained in:
parent
4c8dda7cdf
commit
68265198f3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ jobs:
|
|||
deploy:
|
||||
name: Deploy the new doc
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: vps
|
||||
|
||||
if: ${{forge.event_name == 'push' && ( forge.ref == 'refs/heads/main' || forge.ref == 'refs/heads/next' ) }}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue