fix hugo run
Some checks failed
Hugo / build (push) Failing after 5s

This commit is contained in:
Brooke 2024-03-06 01:46:04 -05:00
parent 823b0eb8cf
commit aae583ca44

View file

@ -10,7 +10,7 @@ jobs:
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