Skip to content

Commit 827e63b

Browse files
committed
fix: last commit
1 parent 02c58d4 commit 827e63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434

3535
- name: Add CNAME file
3636
if: github.ref != 'refs/heads/main'
37-
run: echo 'preview.rfd-fhem.github.io' > build/site/html/CNAME"
37+
run: echo 'preview.rfd-fhem.github.io' > "build/site/html/CNAME"
3838

3939
- name: Add CNAME file
4040
if: github.ref == 'refs/heads/main'
41-
run: echo 'pysignalduino.rfd-fhem.github.io' > build/site/html/CNAME"
41+
run: echo 'pysignalduino.rfd-fhem.github.io' > "build/site/html/CNAME"
4242

4343
- name: Upload artifact
4444
uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)