Skip to content

Commit

Permalink
Update the GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeiwan committed Dec 18, 2023
1 parent cb5d0b3 commit 4b950ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Set up Hugo
uses: peaceiris/actions-hugo@v2
- name: Set up mdBook
uses: peaceiris/actions-mdbook@v1
with:
hugo-version: '0.97.3'
mdbook-version: '0.4.36'

- name: Build
run: hugo --minify
run: mdbook build --dest-dir public

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 4b950ea

Please sign in to comment.