Skip to content

Commit d7b461b

Browse files
committed
chore: update workflows config.
1 parent 022058a commit d7b461b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ jobs:
3737
id: tag_version
3838
uses: jaywcjlove/changelog-generator@main
3939

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+
4049
- name: Deploy Website
4150
uses: peaceiris/actions-gh-pages@v3
4251
with:

0 commit comments

Comments
 (0)