Skip to content

Commit 8518cf7

Browse files
committed
test: comment out page publishing
1 parent 40047df commit 8518cf7

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
path: docs/.vitepress/dist
6060

6161
# Deployment job
62-
deploy:
63-
environment:
64-
name: github-pages
65-
url: ${{ steps.deployment.outputs.page_url }}
66-
needs: build
67-
runs-on: ubuntu-latest
68-
name: Deploy
69-
steps:
70-
- name: Deploy to GitHub Pages
71-
id: deployment
72-
uses: actions/deploy-pages@v4
62+
# deploy:
63+
# environment:
64+
# name: github-pages
65+
# url: ${{ steps.deployment.outputs.page_url }}
66+
# needs: build
67+
# runs-on: ubuntu-latest
68+
# name: Deploy
69+
# steps:
70+
# - name: Deploy to GitHub Pages
71+
# id: deployment
72+
# uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)