File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ concurrency:
2828jobs :
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
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
You can’t perform that action at this time.
0 commit comments