Skip to content

Commit 1dec340

Browse files
committed
Fix RSS feed
1 parent e2a0a50 commit 1dec340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bunnycdn.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- name: Fix RSS feed
4242
run: |
4343
pushd public
44-
mkdir -vp blog/rss
45-
cp index.xml blog/rss/index.xml
46-
cp index.xml blog/rss/index.html
44+
mkdir -vp feed
45+
cp index.xml feed/index.xml
46+
cp index.xml feed/index.html
4747
4848
- name: Build lftp configuration
4949
run: echo "machine storage.bunnycdn.com login major-io password ${{ secrets.BUNNY_FTP_PASSWORD }}" > ~/.netrc

0 commit comments

Comments
 (0)