diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index def24eb0..6e95df41 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -26,11 +26,7 @@ jobs: cd docs bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - - run: bundle exec middleman build - - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + chmod +x deploy.sh + ./deploy.sh with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/build - keep_files: true \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file