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 d2d1d2f commit a06a769Copy full SHA for a06a769
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build
32
run: |
33
git config --global user.email "webdevnerdstuff@gmail.com"
34
- git config --global user.name "WebDevNerdStuff"
+ git config --global user.name "webdevnerdstuff"
35
mkdir docs
36
npm install --g gh-pages
37
npm i
0 commit comments