Fix deployment title, test re-deploy

This commit is contained in:
Xevion
2022-11-25 02:39:00 -06:00
parent 6ceba5fc83
commit 0f444498b0

View File

@@ -2,7 +2,7 @@ name: deploy
on: [push]
jobs:
build:
name: Deploy 'grain'
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2