Skip to content

Commit

Permalink
🔧 fixing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Dec 3, 2024
1 parent 4f5220a commit f2c26c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: false

# Default to bash
Expand All @@ -52,14 +52,14 @@ jobs:
uses: actions/setup-go@v5
with:
# renovate: datasource=github-tags depName=golang/go
go-version: "1.23.3"
go-version: '1.23.3'

# Setup Hugo. Remember to keep the version up to date with your local build environment
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
# renovate: datasource=github-releases depName=gohugoio/hugo
hugo-version: "0.138.0"
hugo-version: '0.138.0'
extended: true

# Build your site and dump the files in ./public
Expand Down

0 comments on commit f2c26c4

Please sign in to comment.