Browse Source

Bump JamesIves/github-pages-deploy-action from 4.3.4 to 4.4.0 (#17742)

pull/17743/head
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
4ca99af8f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/docs.yml

+ 1
- 1
.github/workflows/docs.yml View File

@ -34,7 +34,7 @@ jobs:
qmk --verbose generate-docs
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.3.4
uses: JamesIves/github-pages-deploy-action@v4.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BASE_BRANCH: master


Loading…
Cancel
Save