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

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

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: |