Browse Source

fix(ci): action version

pull/45/head
Garrit Franke 3 years ago
parent
commit
4f85116ebd
Signed by: garrit
GPG Key ID: 65586C4DDA55EA2C
  1. 2
      .github/workflows/deploy_docs.yml

2
.github/workflows/deploy_docs.yml

@ -27,7 +27,7 @@ jobs:
touch book/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.13
uses: JamesIves/github-pages-deploy-action@4.1.3
with:
branch: gh-pages
folder: book

Loading…
Cancel
Save