Skip to content

Commit

Permalink
fix ci step order
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker committed Jan 26, 2024
1 parent 04c2636 commit 9152c97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
env:
HUGO_VERSION: 0.118.2
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: python generate-table.py
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
Expand Down

0 comments on commit 9152c97

Please sign in to comment.