1
0
Fork 0

Compare commits

..

No commits in common. "3361614b573efc95ecb1960cb5adab43272271cb" and "39283f63b6e887cdc4f39272a01861ed28e376a6" have entirely different histories.

1 changed files with 6 additions and 5 deletions

View File

@ -17,14 +17,15 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo - name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2 uses: https://github.com/peaceiris/actions-hugo@v2.6.0
with: with:
hugo-version: '0.110.0' hugo-version: "0.110.0"
extended: true
- name: Build - name: Build website
run: hugo --minify run: hugo --minify
- name: Deploy - name: Deploy to Server
uses: https://github.com/easingthemes/ssh-deploy@main uses: https://github.com/easingthemes/ssh-deploy@main
env: env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}