Skip to content

Commit

Permalink
change folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouza committed Apr 5, 2024
1 parent 9a60701 commit 239784d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: jaywcjlove/markdown-to-html-cli@main
with:
source: ./README.md
output: coverage/index.html
output: index.html
style: 'body { margin: 0; }'
github-corners: https://github.com/vsouza/awesome-ios
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>
Expand All @@ -34,4 +34,4 @@ jobs:
with:
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./coverage
publish_dir: ./

0 comments on commit 239784d

Please sign in to comment.