Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Dec 5, 2023
1 parent 0856557 commit 5b044f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lua-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
$env:Path += ";C:\Program Files\Git\usr\bin"
Get-Command sed
cd ${{ github.workspace }}\\docs\\lua-docs\\
echo "Recplacing filepaths"
echo "Replacing filepaths"
sed -i 's#file:///d%3A/a/NoitaMP/NoitaMP/#${{ github.server_url }}/${{ github.repository }}#g' ${{ github.workspace }}\\docs\\lua-docs\\doc.md
sed -i 's#file:///d%3A/a/NoitaMP/NoitaMP/#${{ github.server_url }}/${{ github.repository }}#g' ${{ github.workspace }}\\docs\\lua-docs\\doc.json
echo "Adding #L's"
Expand Down

0 comments on commit 5b044f6

Please sign in to comment.