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 fbc0c4e commit f451ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 exampleSite
runs-on: ubuntu-24.04
concurrency:
Expand All @@ -31,7 +31,7 @@ jobs:
# renovate: datasource=github-releases depName=gohugoio/hugo
hugo-version: '0.139.3'
extended: true

- name: Build
working-directory: ./exampleSite
run: hugo --minify --themesDir ../.. --baseURL https://chrede88.github.io/L1nkr/

0 comments on commit f451ec8

Please sign in to comment.