We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3893c4 commit cef2772Copy full SHA for cef2772
.github/workflows/deploy.yml
@@ -23,11 +23,11 @@ jobs:
23
- name: Build
24
run: npm run build
25
26
- - name: Configure Git
27
- run: |
28
- git remote set-url origin https://github.com/lim-sec/ai-coding-prompt-builder.git
29
- git config --global user.name "github-actions[bot]"
30
- git config --global user.email "[email protected]"
+# - name: Configure Git
+# run: |
+# git remote set-url origin https://github.com/lim-sec/ai-coding-prompt-builder.git
+# git config --global user.name "github-actions[bot]"
+# git config --global user.email "[email protected]"
31
32
- name: Deploy to GitHub Pages
33
uses: peaceiris/actions-gh-pages@v3
0 commit comments