Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesNakayama committed Aug 12, 2024
1 parent 5b9e04c commit 63f6d86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
Expand All @@ -26,10 +29,6 @@ jobs:
- name: Build
run: hugo --minify

- uses: actions/checkout@v3
with:
submodules: recursive

- name: Deploy to Github Pages
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4.2.5
Expand Down

0 comments on commit 63f6d86

Please sign in to comment.