diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index e251b101..cc98cfc6 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -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