Skip to content

Commit

Permalink
🔧 changing run method
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Dec 4, 2024
1 parent 7734eda commit fefca3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:

jobs:
build-deploy:
build-deploy:
name: Test Build template
runs-on: ubuntu-24.04
concurrency:
Expand All @@ -31,9 +31,9 @@ jobs:
# renovate: datasource=github-releases depName=gohugoio/hugo
hugo-version: '0.139.3'
extended: true

- name: Clean cache
run: hugo mod clean

- name: Build
run: hugo --minify
run: hugo --minify

0 comments on commit fefca3f

Please sign in to comment.