Skip to content

Commit 0eb014b

Browse files
fix: correct syntax for runs-on in docs deployment workflow
1 parent dfcdc05 commit 0eb014b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs_astro_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
jobs:
3333
build:
3434
name: Build
35-
runs-on: ubuntu-latest´
35+
runs-on: ubuntu-latest
3636
defaults:
3737
run:
3838
working-directory: docs

0 commit comments

Comments
 (0)