This commit is contained in:
parent
3a09561e5f
commit
9c8181ac32
|
@ -50,6 +50,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
${{ steps.detect-package-manager.outputs.runner }} astro build
|
${{ steps.detect-package-manager.outputs.runner }} astro build
|
||||||
working-directory: ${{ env.BUILD_PATH }}
|
working-directory: ${{ env.BUILD_PATH }}
|
||||||
|
- uses: cypress-io/github-action@v6
|
||||||
|
with:
|
||||||
|
browser: chrome
|
||||||
- name: Deploy to my server
|
- name: Deploy to my server
|
||||||
id: deploy
|
id: deploy
|
||||||
uses: up9cloud/action-rsync@master
|
uses: up9cloud/action-rsync@master
|
||||||
|
|
Loading…
Reference in New Issue
Block a user