Skip to content

Commit

Permalink
Add getting theme step (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakado committed Jun 21, 2023
1 parent 8bfb653 commit 61720c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
uses: actions/configure-pages@v3
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Get website theme
run: git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1
- name: Prepare content for Hugo
run: ./scripts/prepare-hugo.sh
- name: Build with Hugo
Expand Down

0 comments on commit 61720c0

Please sign in to comment.