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 43b785f commit 21e4ab4Copy full SHA for 21e4ab4
.github/workflows/build.yml
@@ -236,8 +236,8 @@ jobs:
236
git checkout docs
237
git config --global user.email "action@github.com"
238
git config --global user.name "GitHub Action"
239
- git add -- ./docs/${{ env.friendly-version }}/
240
- git commit -m'added ./docs/${{ env.friendly-version }}/' -- ./docs/${{ env.friendly-version }}/
+ git add -- ./docs/${{ env.friendly-version }}
+ git commit -m'added ./docs/${{ env.friendly-version }}' -- ./docs/${{ env.friendly-version }}
241
git push --force origin docs
242
# - name: Upload artifact
243
# uses: actions/upload-pages-artifact@v3
0 commit comments