Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jyap808 committed Dec 16, 2024
1 parent 1e1933b commit 6bf63fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub Pages
on:
push:
branches:
- main # Set a branch to deploy
- main # Set a branch to deploy
pull_request:

jobs:
Expand All @@ -14,13 +14,13 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
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:
hugo-version: 'latest'
hugo-version: "0.139.4"
extended: true

- name: Build
Expand Down

0 comments on commit 6bf63fa

Please sign in to comment.