Skip to content

Commit 239784d

Browse files
committed
change folder
1 parent 9a60701 commit 239784d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: jaywcjlove/markdown-to-html-cli@main
2525
with:
2626
source: ./README.md
27-
output: coverage/index.html
27+
output: index.html
2828
style: 'body { margin: 0; }'
2929
github-corners: https://github.com/vsouza/awesome-ios
3030
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:
3434
with:
3535
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
publish_dir: ./coverage
37+
publish_dir: ./

0 commit comments

Comments
 (0)