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 3ae4178 commit 474210cCopy full SHA for 474210c
.github/workflows/ci.yml
@@ -22,13 +22,18 @@ jobs:
22
- run: npm run type-check
23
- run: npm run coverage
24
25
- - name: Converts Markdown to HTML
26
- uses: jaywcjlove/markdown-to-html-cli@main
27
- with:
28
- source: README.md
29
- output: coverage/index.html
30
- github-corners: https://github.com/jaywcjlove/date.js
+ - name: Create idoc config.
+ run: |
+ cat > idoc.yml << EOF
+ site: "Date Extension {{version}}"
+ menus:
+ Home: index.html
31
+ Sponsor: https://jaywcjlove.github.io/#/sponsor
32
+ EOF
33
34
+ - run: npm install [email protected] -g
35
+ - run: idoc --output="coverage"
36
+
37
- name: Create Coverage Badges
38
uses: jaywcjlove/coverage-badges-cli@main
39
0 commit comments