Port to Forgejo Actions
Some checks failed
Deploy / Deploy Website (push) Failing after 24s

This commit is contained in:
Joshua Goins 2025-04-07 17:00:11 -04:00
parent 8addf09ee0
commit b11d0bbec9

View file

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
deploy: deploy:
name: Deploy Website name: Deploy Website
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- name: Set up SSH key - name: Set up SSH key
run: | run: |
@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v3 uses: https://github.com/peaceiris/actions-hugo@v3
with: with:
hugo-version: '0.145.0' hugo-version: '0.145.0'
extended: true extended: true