We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c58d4 commit 827e63bCopy full SHA for 827e63b
.github/workflows/docs.yml
@@ -34,11 +34,11 @@ jobs:
34
35
- name: Add CNAME file
36
if: github.ref != 'refs/heads/main'
37
- run: echo 'preview.rfd-fhem.github.io' > build/site/html/CNAME"
+ run: echo 'preview.rfd-fhem.github.io' > "build/site/html/CNAME"
38
39
40
if: github.ref == 'refs/heads/main'
41
- run: echo 'pysignalduino.rfd-fhem.github.io' > build/site/html/CNAME"
+ run: echo 'pysignalduino.rfd-fhem.github.io' > "build/site/html/CNAME"
42
43
- name: Upload artifact
44
uses: actions/upload-pages-artifact@v4
0 commit comments