diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c9561f2..7f54d09 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: run: cd docs && echo "laraxot.github.io/module_lang" > ./build_production/CNAME - name: gh-pages - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: ./docs/build_production