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 18cac8f commit 5858058Copy full SHA for 5858058
.github/workflows/build.yml
@@ -32,6 +32,6 @@ jobs:
32
- uses: actions/checkout@v2
33
- name: Deploy wiki
34
run: |
35
- git remote set-url --add wiki https://github.com/resetercss/reseter.css.wiki.git
+ git remote add wiki https://github.com/resetercss/reseter.css.wiki.git
36
git subtree push --prefix docs wiki main
37
0 commit comments