Skip to content

Commit

Permalink
setup workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouza committed Apr 5, 2024
1 parent cc510de commit bc2ab2c
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: ${{github.workspace}}/README.md
uses: ${{ env.WORK_DIR }}/README.md
with:
source: ${{github.workspace}}/README.md
source: ${{ env.WORK_DIR }}/README.md
output: index.html
style: 'body { margin: 0; }'
github-corners: https://github.com/vsouza/awesome-ios
Expand Down

0 comments on commit bc2ab2c

Please sign in to comment.