Skip to content

Commit 176f46d

Browse files
Update workflow
1 parent c05fc62 commit 176f46d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ jobs:
2929
- name: Generate documentation
3030
run: npm run generate-docs
3131

32+
- name: nojekyll
33+
run: touch docs/.nojekyll
34+
35+
- name: CNAME
36+
run: echo "$CNAME" > docs/CNAME
37+
if: env.CNAME != ''
38+
env:
39+
CNAME: ${{ vars.CNAME }}
40+
3241
- name: Push documentation
3342
uses: s0/git-publish-subdir-action@develop
3443
env:

0 commit comments

Comments
 (0)