dependabot[bot]
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/docs.yml
|
@ -25,7 +25,7 @@ jobs: |
|
|
make build-docs |
|
|
make build-docs |
|
|
|
|
|
|
|
|
- name: Deploy 🚀 |
|
|
- name: Deploy 🚀 |
|
|
uses: JamesIves/github-pages-deploy-action@4.1.1 |
|
|
|
|
|
|
|
|
uses: JamesIves/github-pages-deploy-action@4.1.2 |
|
|
with: |
|
|
with: |
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
BRANCH: gh-pages |
|
|
BRANCH: gh-pages |
|
|