Skip to content

Commit f7f06d2

Browse files
committed
[GitHub Action] fix order of the steps
1 parent fa0f38c commit f7f06d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pelican.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Run custom redirect script
4040
run: python replace_index_with_redirect.py
4141

42+
- name: Create CNAME file
43+
run: echo "petermortimer.de" > output/CNAME
44+
4245
- name: Fix permissions
4346
run: |
4447
chmod -c -R +rX output | while read line; do
@@ -49,8 +52,7 @@ jobs:
4952
uses: actions/upload-pages-artifact@v3
5053
with:
5154
path: output
52-
- name: Create CNAME file
53-
run: echo "petermortimer.de" > output/CNAME
55+
5456

5557

5658
deploy:

0 commit comments

Comments
 (0)