Skip to content

Commit

Permalink
🎨 docfx_page.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxy829 committed Nov 15, 2023
1 parent bab99de commit 635d909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docfx_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git config --global user.name "Lxy829"
git config --global user.email "[email protected]"
git commit -m "Updated docs from commit $env:GITHUB_SHA on $env:GITHUB_REF"
git remote set-url origin https://x-access-token:${{ secrets.GIT_DOCFXTOKEN }}@github.com/${{ github.repository }}
git remote set-url origin https://x-access-token:${{ secrets.RMBADMIN_TOKEN }}@github.com/${{ github.repository }}
git push origin gh-pages
}
working-directory: ./docs

0 comments on commit 635d909

Please sign in to comment.