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 022058a commit d7b461bCopy full SHA for d7b461b
.github/workflows/ci.yml
@@ -37,6 +37,15 @@ jobs:
37
id: tag_version
38
uses: jaywcjlove/changelog-generator@main
39
40
+
41
+ - name: Create README.md of Build
42
+ working-directory: website/build
43
+ run: |
44
+ cat > README.md << EOF
45
+ Preview the document `react-code-preview-layout@v3`: https://uiwjs.github.io/react-code-preview-layout/
46
+ Preview the document `react-code-preview-layout@v2`: https://raw.githack.com/uiwjs/react-code-preview-layout/doc2/index.html
47
+ EOF
48
49
- name: Deploy Website
50
uses: peaceiris/actions-gh-pages@v3
51
with:
0 commit comments