test action
GitHub Pages / deploy (push) Successful in 53s Details

This commit is contained in:
Kekskurse 2023-08-02 23:48:19 +02:00
parent 6cca774664
commit 1a7d955764
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ jobs:
- name: Build
run: hugo --minify
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Use Go Action
uses: https://git.keks.cloud/keksCloud/action-webpage@main