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 e7a7bbe commit 09da8f8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ jobs:
hugo-version: '0.105.0'
#extended: true

- name: dir
run: mkdir ./public
- name: Change to workspapce
run: cd ${{ github.workspace }}

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

- name: List public directory
run: ls -la ./public
run: hugo --debug -s ./src -d ./public

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
Expand Down

0 comments on commit 09da8f8

Please sign in to comment.