mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-26 17:02:17 +00:00
Compare commits
2 commits
4fc7d8bc35
...
e61f90b41b
Author | SHA1 | Date | |
---|---|---|---|
e61f90b41b | |||
0051816306 |
3 changed files with 3 additions and 2 deletions
1
.github/workflows/deploy-to-prod.yml
vendored
1
.github/workflows/deploy-to-prod.yml
vendored
|
@ -4,6 +4,7 @@ name: Deploy to Production
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 13 * * *
|
- cron: 0 13 * * *
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
=> / Home
|
=> / 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
|
|
@ -54,4 +54,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
=> / Home
|
=> / 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
|
Loading…
Reference in a new issue