Port to Forgejo Actions
Some checks failed
Deploy / Deploy Website (push) Has been cancelled

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

View file

@ -4,7 +4,7 @@ on: [push]
jobs:
deploy:
name: Deploy Website
runs-on: ubuntu-latest
runs-on: docker://node:20-bullseye
steps:
- name: Set up SSH key
run: |