Add a step to move the Atom feed

This commit is contained in:
Luca Beltrame 2021-01-03 18:29:40 +01:00
parent f0476f4798
commit 091239e0a5
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -18,6 +18,13 @@ steps:
hugo_version: 0.79.0
validate: false
- name: fix-links
image: alpine:
commands:
- cd public/
- mkdir -p feed
- mv index.xml feed/atom.xml
- name: deploy
image: einar/drone-rsync
pull: never
@ -31,10 +38,7 @@ steps:
path: /site
- name: denno
path: /tmp/denno
#when:
#branch:
#exclude:
#- master
- name: permissions
image: alpine
commands: