diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f6715d1..2ac63510 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: run: yarn run doc - name: Deploy TSDoc to GitHub Pages if: startsWith(github.ref, 'refs/heads/master') - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages folder: documentation