Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Feb 25, 2025
1 parent 8a02905 commit e7a7bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: mkdir ./public

- name: Build site
run: hugo --debug
run: hugo --debug -d ${{ github.workspace }}/public -s src

- name: List public directory
run: ls -la ./public
Expand Down

0 comments on commit e7a7bbe

Please sign in to comment.