Skip to content

Commit

Permalink
ci: fix formatting (#670)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas authored Oct 11, 2024
1 parent c81b3b4 commit 94a8e86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flow-hugo-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defaults:

jobs:
# Build job
build:
Build:
runs-on: solo-linux-medium

steps:
Expand Down Expand Up @@ -112,13 +112,13 @@ jobs:
path: ./docs/public

# Deployment job
deploy:
Deploy:
if: ${{ endsWith(github.ref, 'main') }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: solo-linux-medium
needs: build
needs: Build
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 94a8e86

Please sign in to comment.