Skip to content

Commit cf3a78e

Browse files
committed
pipeline
1 parent b246ecf commit cf3a78e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Run npm build
3232
run: npm run build
3333

34-
- name: Deploy to gh-pages
35-
uses: peaceiris/actions-gh-pages@v3
36-
with:
37-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
38-
publish_dir: ./_site
39-
cname: docs.mongock.io
34+
# - name: Deploy to gh-pages
35+
# uses: peaceiris/actions-gh-pages@v3
36+
# with:
37+
# deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
38+
# publish_dir: ./_site
39+
# cname: docs.mongock.io

0 commit comments

Comments
 (0)