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 4e93e88 commit 1dda960Copy full SHA for 1dda960
.github/workflows/build-mkdocs-website.yml
@@ -81,5 +81,4 @@ jobs:
81
git add .
82
git commit -m "Automated site update for r-dev-env ${{ github.sha }}" \
83
|| echo "No changes to commit"
84
- git push https://x-access-token:${GH_PAT}@github.com/${{
85
- steps.config.outputs.target_repo }} gh-pages
+ git push https://x-access-token:${GH_PAT}@github.com/${{ steps.config.outputs.target_repo }} gh-pages
0 commit comments