mirror of
https://github.com/jbowdre/capsule.git
synced 2024-11-26 14:42:19 +00:00
Compare commits
No commits in common. "800aee50635f66d1cfbbb94ecdc96b2765578aec" and "e2bdb746c7df45b37d9566c46cc00d3d269a42bd" have entirely different histories.
800aee5063
...
e2bdb746c7
3 changed files with 1 additions and 14 deletions
2
.github/workflows/deploy-gemini.yml
vendored
2
.github/workflows/deploy-gemini.yml
vendored
|
@ -29,8 +29,6 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Gempost build
|
||||
run: gempost build
|
||||
- name: Generate web feed
|
||||
run: ./generate-web-feed.sh
|
||||
- name: Connect to Tailscale
|
||||
uses: tailscale/github-action@v2
|
||||
with:
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
INFEED="public/gemlog/atom.xml"
|
||||
OUTFEED="public/gemlog/atom-web.xml"
|
||||
|
||||
# read INFILE, replace gemini:// with https:// and write to OUTFILE
|
||||
sed 's/gemini:\/\//https:\/\//g' $INFEED > $OUTFEED
|
||||
# fix self url
|
||||
sed -i 's/atom\.xml/atom-web\.xml/g' $OUTFEED
|
|
@ -14,8 +14,7 @@
|
|||
{% endfor %}
|
||||
─────
|
||||
|
||||
=> {{ feed.feed_url }} [gemini feed]
|
||||
=> atom-web.xml [web feed]
|
||||
=> {{ feed.feed_url }} [atom feed]
|
||||
=> {{ feed.capsule_url }} [home]
|
||||
|
||||
{% if feed.rights -%}
|
||||
|
|
Loading…
Reference in a new issue