Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Aug 2, 2023
1 parent 647fe2e commit 0c40202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: generate MarkDown files
env:
imagetag: ${{ github.ref_name || 'main' }}
run: node make-docs.js -r ${{ imagetag }}
run: node make-docs.js -r "${{ imagetag }}"

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0c40202

Please sign in to comment.