Add Forgejo Actions and documentation #1

Merged
deco merged 9 commits from feature/add-github-actions into main 2025-07-17 21:38:11 +03:00
Showing only changes of commit 0265c44006 - Show all commits

View file

@ -19,8 +19,18 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Cache Hugo modules
uses: actions/cache@v3
with:
path: .hugo
key: ${{ runner.os }}-hugo-${{ steps.hugo-version.outputs.version }}-${{ hashFiles('**/go.mod') }}
restore-keys: |
${{ runner.os }}-hugo-${{ steps.hugo-version.outputs.version }}
${{ runner.os }}-hugo-
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
id: hugo-version
with:
hugo-version: 'latest'
extended: true