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:
|
deploy:
|
||||||
name: Deploy the new doc
|
name: Deploy the new doc
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: vps
|
||||||
|
|
||||||
if: ${{forge.event_name == 'push' && ( forge.ref == 'refs/heads/main' || forge.ref == 'refs/heads/next' ) }}
|
if: ${{forge.event_name == 'push' && ( forge.ref == 'refs/heads/main' || forge.ref == 'refs/heads/next' ) }}
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue