Skip to content

Commit c07c404

Browse files
committed
[GitHub Action] add CNAME file
1 parent 3777232 commit c07c404

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pelican.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
uses: actions/upload-pages-artifact@v3
5050
with:
5151
path: output
52+
- name: Create CNAME file
53+
run: echo "petermortimer.de" > output/CNAME
54+
5255

5356
deploy:
5457
needs: build

0 commit comments

Comments
 (0)