Skip to content

Commit

Permalink
Merge pull request #8 from DietmarSchwertberger/NIKOLA8
Browse files Browse the repository at this point in the history
Nikola8
  • Loading branch information
swt2c authored Feb 9, 2025
2 parents acd16ad + af1e803 commit 32cb4bc
Show file tree
Hide file tree
Showing 15 changed files with 969 additions and 294 deletions.
5 changes: 5 additions & 0 deletions .github/actions/build-website/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ runs:
run: |
pip install -r requirements.txt
- name: Install old base theme
shell: bash
run: |
nikola theme -i bootstrap3
- name: Build website
shell: bash
run: |
Expand Down
Loading

0 comments on commit 32cb4bc

Please sign in to comment.