Skip to content

Commit 9902997

Browse files
test
1 parent 666a29c commit 9902997

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/docs.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ permissions:
1212

1313
jobs:
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

0 commit comments

Comments
 (0)