Skip to content

Commit 2d5149c

Browse files
committed
Fix docs.yml step indent
1 parent 313945e commit 2d5149c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ concurrency:
2828
jobs:
2929
build:
3030
runs-on: ubuntu-latest
31-
31+
3232
steps:
3333
- name: Checkout repository
3434
uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
37-
37+
3838
- name: Install uv
3939
uses: astral-sh/setup-uv@v6
4040
with:
@@ -46,11 +46,11 @@ jobs:
4646

4747
- name: Build documentation
4848
run: uv run mkdocs build --clean --strict
49-
49+
5050
- name: Setup Pages
5151
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
5252
uses: actions/configure-pages@v4
53-
53+
5454
- name: Upload artifact
5555
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
5656
uses: actions/upload-pages-artifact@v3
@@ -64,7 +64,7 @@ jobs:
6464
url: ${{ steps.deployment.outputs.page_url }}
6565
runs-on: ubuntu-latest
6666
needs: build
67-
67+
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment

0 commit comments

Comments
 (0)