diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index df012ed..6f6c2db 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: run: cd docs && echo "laraxot.github.io/module_chart" > ./build_production/CNAME - name: gh-pages - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages folder: ./docs/build_production