Skip to content

Commit

Permalink
add catalog processing
Browse files Browse the repository at this point in the history
  • Loading branch information
frauzufall committed Sep 25, 2024
1 parent 2218b13 commit e065fb8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,24 @@ jobs:
with:
submodules: true # Include if using submodules

- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'

- name: Install Python Dependencies
run: |
pip install --upgrade pip
pip install packaging
- name: Run Build Script
run: python3 ./build.py

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest' # Specify Hugo version
extended: false # Set to true if using extended features
hugo-version: '0.111.3' # Match the Hugo version used in GitLab
extended: false

- name: Build Site
run: hugo --minify
Expand Down

0 comments on commit e065fb8

Please sign in to comment.