We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5989861 commit b9fda18Copy full SHA for b9fda18
.github/workflows/update-documentation.yml
@@ -44,6 +44,8 @@ jobs:
44
uses: actions/checkout@v4
45
with:
46
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref || inputs.sha }}
47
+ - name: Fetch gh-pages branch
48
+ run: git fetch origin gh-pages
49
- name: Setup git
50
run: |
51
git config --local user.email "[email protected]"
0 commit comments