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 9a60701 commit 239784dCopy full SHA for 239784d
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: jaywcjlove/markdown-to-html-cli@main
25
with:
26
source: ./README.md
27
- output: coverage/index.html
+ output: index.html
28
style: 'body { margin: 0; }'
29
github-corners: https://github.com/vsouza/awesome-ios
30
favicon: data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌐</text></svg>
@@ -34,4 +34,4 @@ jobs:
34
35
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
36
github_token: ${{ secrets.GITHUB_TOKEN }}
37
- publish_dir: ./coverage
+ publish_dir: ./
0 commit comments