Skip to content

Commit

Permalink
print readme voor debuggen
Browse files Browse the repository at this point in the history
  • Loading branch information
sTomerG committed Dec 15, 2024
1 parent 26ce244 commit 0fec46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: |
# Replace /tree/main/ and /blob/main/ with /tree/{VERSION}/ and /blob/{VERSION}/ respectively
sed -i -E "s@(https://github.com/woonstadrotterdam/woningwaardering/)(tree|blob)/main/@\\1\\2/${GITHUB_REF_NAME}/@g" README.md
- name: Show modified README
run: cat README.md
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 0fec46f

Please sign in to comment.