Skip to content

Commit

Permalink
Merge pull request #61 from lhein/reactivePythonScript
Browse files Browse the repository at this point in the history
reactivate the python script to gather releases and milestones
  • Loading branch information
lhein authored Nov 18, 2023
2 parents f79b860 + f8010e3 commit 8f59c60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
- name: Install Python dependencies
run: pip3 install requests

# - name: Generate Releases
# run: python3 getGithubData.py $username $password
# env:
# username: ${{ secrets.API_USER }}
# password: ${{ secrets.API_PASSWORD }}
- name: Generate Releases and Milestones
run: python3 getGithubData.py $username $password
env:
username: ${{ secrets.API_USER }}
password: ${{ secrets.API_PASSWORD }}

- name: Run Hugo
uses: crazy-max/ghaction-hugo@v3
Expand Down

0 comments on commit 8f59c60

Please sign in to comment.