We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a0a50 commit 1dec340Copy full SHA for 1dec340
.github/workflows/bunnycdn.yml
@@ -41,9 +41,9 @@ jobs:
41
- name: Fix RSS feed
42
run: |
43
pushd public
44
- mkdir -vp blog/rss
45
- cp index.xml blog/rss/index.xml
46
- cp index.xml blog/rss/index.html
+ mkdir -vp feed
+ cp index.xml feed/index.xml
+ cp index.xml feed/index.html
47
48
- name: Build lftp configuration
49
run: echo "machine storage.bunnycdn.com login major-io password ${{ secrets.BUNNY_FTP_PASSWORD }}" > ~/.netrc
0 commit comments