Skip to content

Commit

Permalink
add hugo action
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoho committed Jan 14, 2024
1 parent a8439b3 commit 2007f74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
extended: true

- uses: actions/checkout@v4
- run: cd hugo && hugo --minify
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down

0 comments on commit 2007f74

Please sign in to comment.