diff --git a/.github/workflows/publish-documentation-release.yml b/.github/workflows/publish-documentation-release.yml index 7e94328..f0e2009 100644 --- a/.github/workflows/publish-documentation-release.yml +++ b/.github/workflows/publish-documentation-release.yml @@ -34,7 +34,7 @@ jobs: BUNDLE_GEMFILE=./docs/Gemfile bundle install BUNDLE_GEMFILE=./docs/Gemfile bundle exec jekyll build --source docs/ --baseurl="/${REPO_NAME}/version/${VERSION}" --destination build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages folder: build diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index 6253ab3..d9c7cbb 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -33,7 +33,7 @@ jobs: BUNDLE_GEMFILE=./docs/Gemfile bundle install BUNDLE_GEMFILE=./docs/Gemfile bundle exec jekyll build --source docs/ --destination build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages folder: build