Compare commits

...

2 commits

Author SHA1 Message Date
e61f90b41b gemini: change footer text 2024-03-03 16:24:22 -06:00
0051816306 support running deploy action manually 2024-03-03 16:21:31 -06:00
3 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@ name: Deploy to Production
on:
schedule:
- cron: 0 13 * * *
workflow_dispatch:
push:
branches:
- main

View file

@ -7,4 +7,4 @@
---
=> / Home
=> https://runtimeterror.dev{{ replace (replace .RelPermalink "/gemini" "" 1) "index.gmi" "" }} This article on the big web
=> https://runtimeterror.dev{{ replace (replace .RelPermalink "/gemini" "" 1) "index.gmi" "" }} This page on the big web

View file

@ -54,4 +54,4 @@
---
=> / Home
=> https://runtimeterror.dev{{ replace (replace .RelPermalink "/gemini" "" 1) "index.gmi" "" }} This article on the big web
=> https://runtimeterror.dev{{ replace (replace .RelPermalink "/gemini" "" 1) "index.gmi" "" }} This page on the big web