update
Some checks failed
Hugo / build (push) Failing after 9s

This commit is contained in:
Brooke 2024-03-06 01:53:48 -05:00
parent aae583ca44
commit d5bafa70e5

View file

@ -4,18 +4,17 @@ on: [push]
jobs: jobs:
build: build:
runs-on: hugo-latest runs-on: hugo-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Run build task - name: Run build task
run: hugo --minify --logLevel info run: hugo --minify --logLevel info
- name: Test static page - name: Test static page
run: bash ${{ gitea.workspace }}/bin/test_static_page.sh run: bash ${{ gitea.workspace }}/bin/test_static_page.sh
- name: Deploy to Server - name: Deploy to Server
uses: easingthemes/ssh-deploy@main uses: easingthemes/ssh-deploy@main
env: env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete" ARGS: "-rlgoDzvc -i --delete"
SOURCE: "public/" SOURCE: "public/"