Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
skrysmanski committed Dec 1, 2023
1 parent b6afd8f commit a4f0c2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
working-directory: themes/devlog-theme/assets

- name: Build site
run: hugo --gc --minify --printPathWarnings --logLevel info -d ./public
run: hugo --gc --minify --printPathWarnings --logLevel info -d ./public/

# See: https://github.com/marketplace/actions/ftp-deploy
- name: Deploy site
Expand All @@ -83,6 +83,6 @@ jobs:
# See: https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions
password: ${{ secrets.ftp_password }}
protocol: ftps # make it encrypted
local-dir: ./public
server-dir: ./public_www
local-dir: ./public/
server-dir: ./public_www/
state-name: ./state/sync-state.json

0 comments on commit a4f0c2f

Please sign in to comment.