updating build file to force github repos
All checks were successful
Build and Deploy Recipes / deploy (push) Successful in 27s
All checks were successful
Build and Deploy Recipes / deploy (push) Successful in 27s
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
uses: https://github.com/peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.80.0'
|
||||
# extended: true
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
run: hugo --minify
|
||||
|
||||
- name: Deploy
|
||||
uses: appleboy/scp-action@v0.1.4
|
||||
uses: https://github.com/appleboy/scp-action@v0.1.4
|
||||
with:
|
||||
host: 192.168.1.150
|
||||
username: ${{ secrets.RECIPIES_DEPLOY_USERNAME }}
|
||||
|
Reference in New Issue
Block a user