Skip to content

Commit

Permalink
What does the filesystem looklike after the checkout
Browse files Browse the repository at this point in the history
Move running hugo until after we display the directory listign so we can
see what the file system layout is.
  • Loading branch information
owenwaller committed Jan 15, 2024
1 parent 2979b8e commit 26afd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gophercoders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Build Website
run: |
hugo
pwd
ls -l ~/
hugo
ls -l ~/public
- name: Configure SSH
Expand Down

0 comments on commit 26afd2d

Please sign in to comment.