version bump

This commit is contained in:
2026-01-17 18:25:38 -05:00
parent 02cc46e203
commit 4458db0cdd
+2 -3
View File
@@ -1,11 +1,10 @@
name: Deploy ghall.space
run-name: ${{ github.actor }} is deploying static website
on: [push] on: [push]
jobs: jobs:
deploy-static-site: deploy-static-site:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: sevalla-hosting/sevalla-deploy@v1.0.0 - name: Sevalla Deploy
uses: sevalla-hosting/sevalla-deploy@v1.0.1
with: with:
action: deploy-static-site action: deploy-static-site
sevalla-token: ${{ secrets.SEVALLA_TOKEN }} sevalla-token: ${{ secrets.SEVALLA_TOKEN }}