We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b246ecf commit cf3a78eCopy full SHA for cf3a78e
.github/workflows/main.yml
@@ -31,9 +31,9 @@ jobs:
31
- name: Run npm build
32
run: npm run build
33
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
+# - name: Deploy to gh-pages
+# uses: peaceiris/actions-gh-pages@v3
+# with:
+# deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+# publish_dir: ./_site
+# cname: docs.mongock.io
0 commit comments