diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9a14d13..1feb3fb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,23 +1,2 @@ -name: Deploy - -on: - push: - branches: - - master - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Set up Ruby 2.6 - uses: actions/setup-ruby@v1 - with: - ruby-version: 2.6.x - - name: Deploy - run: | - gem install bundler - bundle install --jobs 4 --retry 3 - bundle exec rake site:publish +- name: Build and deploy to GitHub Pages + uses: EdricChan03/action-build-deploy-ghpages@v2.0.0