updated gitea actions runner
This commit is contained in:
@@ -3,7 +3,7 @@ name: Build and Deploy mdBook
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
@@ -24,6 +24,9 @@ jobs:
|
||||
- name: Build mdbook
|
||||
run: mdbook build
|
||||
|
||||
- name: Install rsync
|
||||
run: sudo apt-get update && sudo apt-get install -y rsync
|
||||
|
||||
- name: Deploy to server (using rsync - example)
|
||||
uses: easingthemes/ssh-deploy@v2.1.5
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user