Skip to content

Commit b3525da

Browse files
authored
Merge pull request #389 from QCoDeS/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.7.1
Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1
2 parents 988100c + 46eb697 commit b3525da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
name: docs_${{ matrix.python-version }}_${{ matrix.os }}
8686
path: ${{ github.workspace }}/docs/_build/html
8787
- name: Deploy to gh pages
88-
uses: JamesIves/github-pages-deploy-action@v4.6.9
88+
uses: JamesIves/github-pages-deploy-action@v4.7.1
8989
with:
9090
branch: gh-pages
9191
folder: ${{ github.workspace }}/docs/_build/html

0 commit comments

Comments
 (0)