Skip to content

Commit

Permalink
Add bogus ls step - fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
feoh committed Jun 25, 2024
1 parent ff9a942 commit 580b62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
HUGO_VERSION: 0.124.1
steps:
- name: run ls
run: ls
run: ls
- 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 580b62a

Please sign in to comment.