Skip to content

Commit

Permalink
add workspaece var
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouza committed Apr 5, 2024
1 parent 90a1406 commit cc510de
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 @@ -21,9 +21,9 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Test Converts markdown text to HTML
uses: ./
uses: ${{github.workspace}}/README.md
with:
source: README-zh.md
source: ${{github.workspace}}/README.md
output: index.html
style: 'body { margin: 0; }'
github-corners: https://github.com/vsouza/awesome-ios
Expand Down

0 comments on commit cc510de

Please sign in to comment.