Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
ci: updated deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-pogor committed Nov 30, 2020
1 parent b2e6d8f commit b91edc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
- name: Check Hugo version
run: hugo version
- name: Build static pages
<<<<<<< HEAD
run: hugo
=======
run: hugo --source=exampleSite -v -e production
>>>>>>> f266f5d (ci: updated deployment script)
- name: Deploy static pages
uses: sebastianpopp/ftp-action@releases/v2
with:
Expand Down

0 comments on commit b91edc7

Please sign in to comment.