Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bsiegert committed Oct 21, 2023
1 parent 4f2d72b commit 0c1d045
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Run hugo
- name: Set up hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
run: hugo
- name: Run hugo
run: hugo
- name: Deploy
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit 0c1d045

Please sign in to comment.