Skip to content

Commit

Permalink
Updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed May 28, 2024
1 parent 47d597a commit e8ae923
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
Expand Down

0 comments on commit e8ae923

Please sign in to comment.