Skip to content

Commit

Permalink
public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Jul 25, 2023
1 parent fb421cc commit 22e24ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
--environment production \
--minify \
--baseURL "https://htw-imi-showtime.github.io/preview/"
mv hugo-temp/public public
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
--source hugo-temp \
--environment production \
--minify
mv hugo-temp/public public
- name: Deploy
uses: appleboy/scp-action@v0.1.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
--minify \
--baseURL "https://htw-imi-showtime.github.io/staging/" \
--buildDrafts
mv hugo-temp/public public
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 22e24ad

Please sign in to comment.