File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ permissions:
1212
1313jobs :
1414 deploy :
15- environment :
16- name : github-pages
17- url : ${{ steps.deployment.outputs.page_url }}
15+ # environment:
16+ # name: github-pages
17+ # url: ${{ steps.deployment.outputs.page_url }}
1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/configure-pages@v5
@@ -29,10 +29,10 @@ jobs:
2929 run : python scripts/generate_api_reference.py
3030 - name : Build documentation site
3131 run : uv run --no-project --with zensical --with mkdocstrings-python zensical build --clean
32- - name : Upload artifact
33- uses : actions/upload-pages-artifact@v4
34- with :
35- path : site
36- - name : Deploy to GitHub Pages
37- uses : actions/deploy-pages@v4
38- id : deployment
32+ # - name: Upload artifact
33+ # uses: actions/upload-pages-artifact@v4
34+ # with:
35+ # path: site
36+ # - name: Deploy to GitHub Pages
37+ # uses: actions/deploy-pages@v4
38+ # id: deployment
You can’t perform that action at this time.
0 commit comments