Skip to content

Commit

Permalink
Update linkchecker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baky0905 authored Dec 26, 2022
1 parent 32a8d76 commit 1490829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- name: update setuptools
- run: |
python3 -m pip install --upgrade pip setuptools wheel
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Link Checker
Expand Down

3 comments on commit 1490829

@andkret
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not work anymore @baky0905 Don't know why.

@baky0905
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @andkret, long time no seen, hope you are doing well:) I could take a look asap, try to recall and see if there is a easy fix.

@baky0905
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed it, the step that creates the issue was outdated, probably older version of python or something. It should work now @andkret

Please sign in to comment.