Skip to content

Commit 6678f65

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent d5fec16 commit 6678f65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- run: npm i markdown-to-html-cli -g
3232
- run: mkdir -p build
33-
- run: markdown-to-html --output build/index.html
33+
- run: markdown-to-html --output build/index.html --title "React Native UIW Template" --github-corners https://github.com/uiwjs/react-native-template --description="React Native Template for @uiw/react-native." --keywords="react-native-template,react-native,template"
3434

3535
- name: Deploy Website
3636
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)